/tiktok-to-vxtiktok

A Telegram Python bot that converts TikTok links to VxTikTok links

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.

Usage:

  1. Clone the repository
git clone https://github.com/Z1xus/tiktok-to-vxtiktok
  1. Install dependencies
pip install -r .\requirements.txt
  1. Configure your .env
# 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
  1. Run it
python3 .\main.py