CTF bot for Telegram. Checks submited flags and keeps a persistent scoreboard using pickle.
- Run
pip install -r requirements.txt. - Populate
challenges.pywith your own challenges. - Create you bot writing to @botfather on telegram and get your bot token.
- Rename
tg_token.py_sampletotg_token.pyand replace the placeholder with your token. - Run
python CTFbot.py.