This Telegram bot provides assistance with physics questions and allows users to access educational materials for different grades.
- Ask questions about physics topics.
- Get links to educational materials for different grades.
-
Clone the Repository:
-
Install Dependencies: pip install -r requirements.txt
-
Configuration:
- Create a
config.pyfile in the project root directory with your Telegram bot token and OpenAI API key.
-
Run the Bot: python main.py
-
Start Using the Bot:
- Start a chat with your bot by searching for its username in Telegram.
- Use commands like
/startto begin interacting with the bot.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature/your-feature) - Create a new Pull Request