Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fikiismyname/tikdo
Telegram BOT For TikTok/Douyin downloader (TikTok video downloader without watermark)
https://github.com/fikiismyname/tikdo
bot hacktoberfest hacktoberfest-accepted javascript js nodejs telegram telegram-bot tiktok tiktok-downloader
Last synced: 3 months ago
JSON representation
Telegram BOT For TikTok/Douyin downloader (TikTok video downloader without watermark)
- Host: GitHub
- URL: https://github.com/fikiismyname/tikdo
- Owner: fikiismyname
- License: mit
- Created: 2022-10-14T11:27:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-01T08:41:43.000Z (about 2 years ago)
- Last Synced: 2023-03-05T08:18:28.541Z (almost 2 years ago)
- Topics: bot, hacktoberfest, hacktoberfest-accepted, javascript, js, nodejs, telegram, telegram-bot, tiktok, tiktok-downloader
- Language: JavaScript
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TikDo Telegram BOT
This is BOT Telegram downloader TikTok/Douyin. Download videos without watermark by pasting share link in send message.
# How to deploy?
## Installing requirements
- Clone this repo :
```git
git clone https://github.com/fikiismyname/tikdo.git
cd tikdo
```> Make sure NodeJS and npm is installed
- Install required npm packages :
```node
npm install
```## Setting up config file
- Rename .env.example to .env :
`cp .env.example .env`Fill up all the fields. Meaning of each fields are discussed below:
- **BOT_TOKEN** : The telegram bot token that you get from [@BotFather](https://t.me/botfather)
- **API_URL** : API URL you get from [Douyin_TikTok_Download_API(抖音/TikTok 无水印解析 API)](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)
- **PREFIX_VIDEO** : Change this if you want a custom command bot prefix to download video
- **PREFIX_MUSIC** : Change this if you want a custom command bot prefix to download music# Deploying
- Start the bot by using this command :
`npm start`## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Reference & Thanks
- API Information / API: [Github Repo](https://github.com/Evil0ctal/Douyin_TikTok_Download_API)
- telegraf.js - Modern Telegram Bot Framework for Node.js: [Github Repo](https://github.com/telegraf/telegraf)
- axios - Promise based HTTP client for the browser and node.js: [Github Repo](https://github.com/axios/axios)