Telegram bot for 2FA. Deprecated.
- Python 100%
| .gitignore | ||
| config.py | ||
| LICENSE | ||
| main.py | ||
| mysql.py | ||
| README.md | ||
| requirements.txt | ||
2FA Telegram Bot
This is the Telegram bot that sends you 2FA codes when logging in from a new IP address. It's written in Python3 and requires Tornado, MySQLDB and python-telegram-bot
Installation
First, install the dependencies with pip
$ pip install tornado mysqlclient python-telegram-bot
Then, run the bot to create the config file
$ python3 main.py
Edit the config file
$ nano config.ini
And finally, start the bot
$ python3 main.py
License
All code in this repository is licensed under the GNU AGPL 3 License.
See the "LICENSE" file for more information.