This project is a Python script that utilizes web scraping and the Telegram Bot API to provide translated cafeteria menus. It uses BeautifulSoup for web scraping, the googletrans library for translation, and telegram.ext for creating a Telegram bot.
├── LICENSE
├── README.md
├── code
│ └── TelBot.py
└── requirements.txt
To use this script, you need to obtain a Telegram API key and replace the placeholder in the code:
API_KEY = "YOUR_TELEGRAM_API_KEY"
To run the script, execute the following command:
python script_name.py
- Thanks to Mensa Saarland University for providing the cafeteria menu.
- This project uses the BeautifulSoup library for web scraping.
- The translation service is powered by googletrans library.
- Special thanks to python-telegram-bot for simplifying the Telegram bot creation process.
- Python 3.x
- Required Python packages (install using pip install -r requirements.txt)