jlelse
/
TikTokJsonFeed
アーカイブ
1
フォーク 0
TikTok to JSON Feed
このリポジトリは2020-09-23にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
ファイルへ移動
Jan-Lukas Else 6fc2b0726d
continuous-integration/drone/push Build is passing 詳細
Update
2020-09-23 20:13:12 +02:00
.drone.yml Initial commit 2020-05-06 20:27:50 +02:00
.gitignore Initial commit 2020-05-06 20:27:50 +02:00
Dockerfile Initial commit 2020-05-06 20:27:50 +02:00
LICENSE Add README 2020-05-08 13:52:58 +02:00
README.md Add README 2020-05-08 13:52:58 +02:00
index.js Update 2020-09-23 20:13:12 +02:00
package.json Update 2020-09-23 20:13:12 +02:00

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.