A manual bot for biketag
Go to file
Dryusdan 22df039656
Build docker image for runner build / Docker-build (push) Successful in 1m11s Details
Build docker image for runner build / Packages-build (push) Failing after 10s Details
Merge pull request 'Update pyproject' (#28) from main into stable
Reviewed-on: #28
2024-04-12 16:39:13 +02:00
.gitea/workflows Make python3 package 2024-04-12 14:57:40 +02:00
src Use linter 2024-03-08 11:34:49 +01:00
.drone.yml Replace main by stable 2023-08-07 17:29:17 +02:00
.gitignore Create basic bot 2023-08-07 17:15:28 +02:00
Dockerfile Fix timezone probleme 2023-11-06 18:47:10 +01:00
LICENSE Initial commit 2023-08-07 10:43:08 +02:00
README.md Add readme and drone CI/CD 2023-08-07 17:26:17 +02:00
db.sql Create basic bot 2023-08-07 17:15:28 +02:00
poetry.lock Remake poetry.lock 2024-04-12 15:11:22 +02:00
pyproject.toml Fix url problem 2024-04-12 16:38:03 +02:00

README.md

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