Skip to content

Z1xus/tiktok-to-vxtiktok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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