Skip to content

Telegram Bot for Downloading TikTok Videos

License

Notifications You must be signed in to change notification settings

hanzerge/tiktok_dl

 
 

Repository files navigation

tiktok_dl

TikTok_Dl is a bot for Telegram Messenger written in NodeJS that allows you to send a message with a TikTok video and the bot will download and save the video locally.

A bot token is required and can be obtained by talking to @botfather.

Installation

Clone the package and then install dependencies with npm

git clone https://github.com/bennettwarner/tiktok_dl.git
cd tiktok_dl
npm i

Obtain a Telegram bot token and modify the env.example file to include it. Save as .env after changes.

Usage

Start the app with:

node app.js

Contributing

Pull requests are welcome.

License

MIT

About

Telegram Bot for Downloading TikTok Videos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 94.6%
  • Dockerfile 5.4%