Telegram bot in python3.7.
Add your token in auth.py
TOKEN = "<TOKEN>"
- Open terminal
- Navigate to the location you desire to install the bot
- Run the following commands (use python >=3.7):
git clone https://github.com/nicholaslopiccolo/dragonscastle_bot.git
pip3.7 install -r requirements.txt
python3.7 test.py
/start
/admins_list /add_admin role uid name /rm_admin uid
/squads_list /add_squad chat_id type name /rm_squad chat_id
- Wrapper we're using: https://github.com/python-telegram-bot/python-telegram-bot
- Readme.md template: https://github.com/dbader/readme-template