Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/z1xus/tiktok-to-vxtiktok

A Telegram Python bot that converts TikTok links to VxTikTok links
https://github.com/z1xus/tiktok-to-vxtiktok

aiogram aiogram3 bot python telegram-bot telergam tiktok vxtiktok

Last synced: about 2 months ago
JSON representation

A Telegram Python bot that converts TikTok links to VxTikTok links

Awesome Lists containing this project

README

        



## tiktok-to-vxtiktok

A Telegram Python bot that converts TikTok links to VxTikTok links





CodeFactor





Accepts both shortened and full TikTok links, works in group chats, PMs and inline.
You can try it out [here](https://t.me/tiktok_to_vxtiktok_bot).

### Usage:
1. Clone the repository
```bash
git clone https://github.com/Z1xus/tiktok-to-vxtiktok
```
2. Install dependencies
```bash
pip install -r .\requirements.txt
```
3. Configure your .env
```Shell
# get one from botfather (https://t.me/BotFather)
TOKEN=YOUR_BOT_TOKEN

# https://www.mongodb.com/docs/manual/reference/connection-string/
MONGODB_URI=YOUR_MONGODB_URI
```
4. Run it
```bash
python3 .\main.py
```