Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 671 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 671 Bytes

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