A simple python social media video downloader bot.
- YOUTUBE
- TERABOX
- Clone this repo.
git clone https://github.com/anbuinfosec/social-bot-v2 && cp -r social-bot-v2/. . && rm -rf social-bot-v2
- Install all requirements.
pip install -r requirements.txt
TELEGRAM_BOT_TOKEN
: The Telegram Bot Token that you got from @BotFather.API_KEY
: The apikey that you got from anbusec.xyz.
TELEGRAM_BOT_TOKEN=YOUR_TELEGRAM_BOT_KEY
API_KEY=YOUR_API_KEY
python bot.py
Go to secret and edit telegram bot key and apikey. Then run project.