This Telegram bot allows users to generate a Classplus token by providing their email and OTP.
- Email input
- OTP verification
- Token generation
- Telegram bot integration
- Create a
.envfile using.env.example:
sudo apt update
sudo apt install python-is-python3
python3 -m pip install -r requirements.txt
python3 -m venv venv
source venv/bin/activate
git clone https://github.com/Shreya0789/classplus-token-generator
cd classplus-token-generator
sudo apt install tmux && tmux
- Run the bot:
python3 bot.py
Made with ❤️ for Classplus users.