TikTok Go SDK: A simple library for interacting with TikTok Developer API in Go.
The TikTok Go SDK provides a straightforward way to integrate TikTok's Developer API into your Go applications.
To install the SDK, use go get:
go get github.com/HiWay-Media/tiktok-go-sdk
Import the Package
import "github.com/HiWay-Media/tiktok-go-sdk"
- Authentication
- Fetch user data
- Post videos
- User Info API
- Easy integration for TikTok API calls
Feel free to submit issues and pull requests.
This project is licensed under the MIT License.