jlelse
/
TikTokJsonFeed
Archived
1
Fork 0
TikTok to JSON Feed
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
Jan-Lukas Else 6fc2b0726d
continuous-integration/drone/push Build is passing Details
Update
3 years ago
.drone.yml Initial commit 3 years ago
.gitignore Initial commit 3 years ago
Dockerfile Initial commit 3 years ago
LICENSE Add README 3 years ago
README.md Add README 3 years ago
index.js Update 3 years ago
package.json Update 3 years ago

README.md

TikTok to JSON Feed

This is a small tool, that let's you subscribe to TikTok users using JSON Feed. It's using the library tiktok-scraper.

Usage

To retrieve the JSON Feed for a TikTok user, open the path "/users/" + username. It will return a feed with the 10 most recent videos. A URL to the video source is directly attached to each feed item.

License

TikTokJsonFeed is licensed under the MIT license, so you can do basically everything with it, but nevertheless, please contribute your improvements to make this tool better for everyone. See the LICENSE file.