Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tikwm library for Go

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") {
		// ...
	}
}

Env vars to run as proxy (sync local requests)

Check cmd/proxy for more info.

  • KITTENBARK_TIKWM_PROXY_URL
  • KITTENBARK_TIKWM_PROXY_PORT
  • KITTENBARK_TIKWM_PROXY_PREFIX

About

This library streamlines working with https://tikwm.com (the best 3rd party API for TikTok, thx for the service btw).

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages