Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/z1xus/tiktok-to-vxtiktok
- Owner: Z1xus
- License: gpl-3.0
- Created: 2023-09-07T10:54:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T14:09:25.000Z (about 1 year ago)
- Last Synced: 2024-04-17T02:29:24.098Z (10 months ago)
- Topics: aiogram, aiogram3, bot, python, telegram-bot, telergam, tiktok, vxtiktok
- Language: Python
- Homepage: https://t.me/tiktok_to_vxtiktok_bot
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## tiktok-to-vxtiktok
A Telegram Python bot that converts TikTok links to VxTikTok links
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
```