An open API service indexing awesome lists of open source software.

https://github.com/hostinger-bot/tiktok-tele-bot

Simple Telegram Bot Downloader
https://github.com/hostinger-bot/tiktok-tele-bot

fast-downloading telegram-bot tiktok-downloader

Last synced: 12 months ago
JSON representation

Simple Telegram Bot Downloader

Awesome Lists containing this project

README

          

# 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
#### [Try Demo](https://t.me/tikdl_tele_bot)

#### [Docs API](https://openai.idnet.my.id/docs)

#### [ChatGPT Free](https://openai.idnet.my.id)

## Installation

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

1. Clone this repository to your local machine.

```shell
git clone https://github.com/hostinger-bot/tiktok-tele-bot.git
```

2. Navigate to the project directory.

```shell
cd tiktok-tele-bot
```

3. Install the necessary dependencies using npm.

```shell
npm install
```

4. Run the application using Node.js.

```shell
node index.js
```

5. Setup a new bot on Telegram by following the [official Telegram Bot documentation](https://core.telegram.org/bots#botfather). Obtain the bot token for your newly created bot.

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

```javascript
BOT_TOKEN: 'xxxx:xxxx'
```

7. 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](LICENSE).