Skip to content

hostinger-bot/tiktok-tele-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIKTOK-TELE-BOT

A simple Telegram bot that allows users to download TikTok videos, photos, and audio directly from Telegram using the Telegram Bot API and TikTok API. It features an AI assistant that guides users through the downloading process and answers inquiries, enhancing the overall experience.

Links

Installation

To get started with the Telegram Bot Tiktok Downloader, follow the steps below:

  1. Clone this repository to your local machine.
git clone https://github.com/hostinger-bot/tiktok-tele-bot.git
  1. Navigate to the project directory.
cd tiktok-tele-bot
  1. Install the necessary dependencies using npm.
npm install
  1. Run the application using Node.js.
node index.js
  1. Setup a new bot on Telegram by following the official Telegram Bot documentation. Obtain the bot token for your newly created bot.

  2. Replaceh config.js in this line with token from @BotFather

BOT_TOKEN: 'xxxx:xxxx'
  1. Your bot is now ready to use! Start a chat with your bot on Telegram and start downloading TikTok videos by sending TikTok URLs.

Usage

Once your Telegram Bot Tiktok Downloader is installed and running, you can use it to download TikTok videos. Here's how:

  1. Start a chat with your bot on Telegram.

  2. Send a TikTok video URL to your bot.

  3. The bot will process the URL and reply with the downloaded video.

  4. You can download as many TikTok videos, photos as you want by sending multiple URLs.

Please note that downloading copyrighted contents may be against the terms and conditions of TikTok. Ensure that you have proper permissions and rights to download and use the TikTok videos.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published