This library streamlines working with https://tikwm.com (the best 3rd party API for TikTok, thx for the service btw).
Be sure every request is timed out properly, no 429.
package main
import "github.com/kittenbark/tikwm/lib"
func main() {
// Get single video:
post, err := tikwm.Post("7002172928477367557")
// ...
// Get user's feed iteratively:
for post, err := range tikwm.FeedSeq("gioscottii") {
// ...
}
}Check cmd/proxy for more info.
KITTENBARK_TIKWM_PROXY_URLKITTENBARK_TIKWM_PROXY_PORTKITTENBARK_TIKWM_PROXY_PREFIX