This is a fork from here.
The original bot is up and running here.
- Create GDrive Mirror of direct download links.
- Create GDrive Mirror of videos from 1000+ websites including YouTube.
- Custom filename support.
- Extract high quality audio from youtube videos.
- python >=2.7, <3.0
- Install all requirements using
pip install -r requirements.txt
- Put your credentials (Bot Token, Client ID, Client secret, Drive folder ID and TG chat id) in
credentials.py
file. - Run command
python bot.py
- Complete the authentication to generate auth-token.
You have to create the auth_token.txt file by runnig the bot on your local machine for the first time. Then upload the auth_token.txt file to your git repo and then deploy it to heroku.