Skip to content

fikiismyname/tikdo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikDo Telegram BOT

This is BOT Telegram downloader TikTok/Douyin. Download videos without watermark by pasting share link in send message.

How to deploy?

Installing requirements

  • Clone this repo :
git clone https://github.com/fikiismyname/tikdo.git
cd tikdo

Make sure NodeJS and npm is installed

  • Install required npm packages :
npm install

Setting up config file

  • Rename .env.example to .env : cp .env.example .env

Fill up all the fields. Meaning of each fields are discussed below:

Deploying

  • Start the bot by using this command : npm start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Reference & Thanks
  • API Information / API: Github Repo
  • telegraf.js - Modern Telegram Bot Framework for Node.js: Github Repo
  • axios - Promise based HTTP client for the browser and node.js: Github Repo