discord-biketag (0.2.0)

Published 2024-04-12 16:32:22 +02:00 by Dryusdan in Dryusdan/discord-biketag

Installation

pip install --index-url  discord-biketag

About this package

A manual bot for biketag

discord-biketag

A manual bot for biketag

Install it

Clone this repository.
Run db.sql in PostgreSQL.
You can run this project in docker or in standalone.

Standalone mode :

Create a file called config.yml in src/ with this info :

db:
  host: 127.0.0.1
  port: 5432
  dbname: biketag
  user: biketag
  password: 
discord:
  token: 
  app_id:
  guild_id: 

or source environment variable like docker mode

### Docker mode

Environment Value
DB_HOST Your database host
DB_PORT Your database port
DB_NAME Your database name
DB_USER Your database username
DB_PASS Your database password
DISCORD_TOKEN Your Discord bot token
DISCORD_APP_ID Your Discord Application ID
DISCORD_GUILD_ID Your guild ID

Requirements

Requires Python: >=3.11,<4.0
Details
PyPI
2024-04-12 16:32:22 +02:00
2
Dryusdan
GPL-3
38 KiB
Assets (2)
Versions (1) View all
0.2.0 2024-04-12