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.
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.
Start the app with:
node app.js
Pull requests are welcome.