A Telegram bot for providing academic resources for theory and lab subjects of all semesters.
academic-notes-bot-demo.mp4
1️⃣ Clone the repository and navigate into it.
git clone https://github.com/abhishek-kumar-21/academic-notes-bot.git
cd academic-notes-bot
2️⃣ Create a virtual environment and activate it.
3️⃣ Install dependencies from requirements.txt
.
pip install -r requirements.txt
4️⃣ Create a .env
file with the following:
PYTHON_VERSION=3.11.9
BOT_TOKEN=your_token
5️⃣ Run the bot using:
python main.py
- Retrieve notes and resources organized by year, semester, subject, and lab.
- Quickly search and find academic material.
Variable | Description |
---|---|
PYTHON_VERSION | Python version |
BOT_TOKEN | Your bot token |