Skip to content

Commit 1966995

Browse files
authored
Basic readme
1 parent 27ed508 commit 1966995

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
11
# vxtiktok
2+
Basic Website that serves fixed TikTok video embeds to various platforms (i.e Discord) by using yt-dlp to grab TikTok video information.
3+
## How to use the hosted version
4+
5+
Just replace tiktok.com with vxtiktok.com on the link to the TikTok post! `https://www.tiktok.com/@username/video/1234567890123456789` -> `https://vxtiktok.com/@username/video/1234567890123456789`
6+
7+
## Other stuff
8+
9+
We handle various TikTok URL formats, including short mobile URLs and subdomain variants. The application will attempt to resolve these to the full TikTok URL before processing. Be sure to only replace "tiktok" in the url (i.e `vm.tiktok.com` -> `vm.vxtiktok.com`)
10+
11+
For TikTok posts containing multiple images, a slideshow video will be generated* (This can be done locally or via an external API, depending on the configuration.)
12+
\* As of the time of writing, due to TikTok API changes this may not be working
13+
14+
**Note**: If you enjoy this service, please consider donating to help cover server costs. https://ko-fi.com/dylanpdx
15+
16+
## Limitations
17+
- The application relies on TikTok's internal api; Changes made by them might break things
18+
- Some features may not work for all types of TikTok content, especially non-video formats.

0 commit comments

Comments
 (0)