sudo apt install python3.7 python3-venv python3.7-venv
python3.7 -m venv venv
source venv/bin/activate
make install
For testing prurposes its recommended to have a separate testing bot.
Read docs about how to create a bot here.
After you will get token which you can set in .env
file
python main.py
make fmt
make lint
- Create New Issue: https://github.com/demonno/ertaoz-bot/issues/new
- Link issue to https://github.com/demonno/ertaoz-bot/projects
- Work on your branch, branch naming policy e{issue_number}
- Create Pull Request and ask for reviews
- Add
fixes #{issue_number}
in the body of pull request - Delete your branch after merge
- After merging to master bot is deployed automatically