1
This repository has been archived on 2020-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
TikTokJsonFeed/README.md
Jan-Lukas Else ad28c3515c
All checks were successful
continuous-integration/drone/push Build is passing
Add README
2020-05-08 13:52:58 +02:00

11 lines
648 B
Markdown

# TikTok to JSON Feed
This is a small tool, that let's you subscribe to TikTok users using [JSON Feed](https://jsonfeed.org/). It's using the library [tiktok-scraper](https://www.npmjs.com/package/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.