Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 712 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 712 Bytes

DouYin Downloader Bot

DouYin Downloader Bot provide a service allow you download stream video in Telegram Platform.

How to use

  1. Add DouYin Downloader Bot to your group.
  2. Send a DouYin video link to the bot.
  3. The bot will reply a video file.

Local Deploy

  1. Clone this repository.
$ git clone https://github.com/manho30/douyindl.git
$ cd douyindl
  1. Install all dependencies.
$ pip install -r requirements.txt
  1. Change the config in config.py.
TOKEN = 'YOUR_BOT_TOKEN'
  1. Run the bot.
$ python bot.py

Deploy to Heroku

You may also deploy to Heroku as you like.

Check out this Video for more information.