Sofenbot is a Python-based Telegram bot designed as a project for university Subject "Software Engineering". The bot allows users to download videos from YouTube and Instagram by simply sending the URL to the bot.
- Download YouTube videos
- Download Instagram videos
- Simple and easy-to-use commands
- Error handling and user feedback
Install the required packages
pip install -r requirements.txtCreate a '.env' file with your Tokens:
TELEGRAM_API_TOKEN=your_telegram_api_token
GOOGLE_API_TOKEN=your_google_api_tokenRun the bot using the following command:
python sofenbot.py- Current State of Project requires Libraries Updates
- Some Code Places require fixes
- Update of the requirements files
- Overall Code Improvement+Refactor
Please feel free to contribute and help with project fixes/improvements







