The Tver State University Helper Bot is designed to simplify student life by offering essential academic tools, including score recording, group and faculty selection, and up-to-date schedule parsing. Stay organized and on top of your academic progress with ease! 🧑🎓
- 📝 Record Scores: Easily log your scores for different subjects and track your academic performance.
- 🏛 Group & Faculty Selection: Choose your group and faculty, dynamically parsed from the university's website.
- 📅 Schedule Parsing: Get the latest class schedule based on your selected group, so you never miss a lecture!
-
Clone the Repository:
git clone https://github.com/Soda-Na/TvSU-Helper
-
Navigate to the Project Directory:
cd TvSU-Helper
-
Install Required Dependencies:
pip install -r requirements.txt
-
Set up the Bot Token:
- Create a
.env
file in the root directory. - Add your bot token inside the file:
BOT_TOKEN=your_bot_token_here
- Create a
-
Start the Bot:
python main.py
If you encounter any issues during setup or usage, please refer to the issue tracker or create a new issue for support.
Contributions are welcome! Feel free to submit a pull request or suggest new features by opening an issue.