Bot that will help to manage Attack on IF group
- Python 3.7
- Pip
- Pipenv -- https://pypi.org/project/pipenv/
- Get your TELEGRAM_BOT_TOKEN -- https://core.telegram.org/bots#creating-a-new-bot
pipenv install --dev --skip-lock TELEGRAM_BOT_TOKEN=<your-telegram-bot-token> pipenv run python -m src.mainpipenv run pytestdocker run -e TELEGRAM_BOT_TOKEN=<your-telegram-bot-token> ghcr.io/unsri-hackers/paimon:latestmainused as production only environmentdevused as main source in order to start your development
In order to contribute to this project, we need to create PR from your local branch to dev
for example
new feature
-> git checkout -b feature/[name]
hotfix
-> git checkout -b hotfix/[name]
issue
-> git checkout -b issue/[issue_number]