Skip to content

tristanmkernan/wednesday-discord-bot

Repository files navigation

Wednesday Frog Bot

Development

$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ nano -w .env  # set BOT_PASSWORD
$ echo BOT_PASSWORD=42
$ python main.py

Publish

As above, with a .env file configured, use Docker to run the app.

$ docker-compose build
$ docker-compose up --detach

License

GPLv3+

Releases

No releases published

Packages

No packages published