Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1019 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 1019 Bytes

tiktok-go-sdk

Go build Go test workflow

TikTok Go SDK: A simple library for interacting with TikTok Developer API in Go.

Overview

The TikTok Go SDK provides a straightforward way to integrate TikTok's Developer API into your Go applications.

Installation

To install the SDK, use go get:

go get github.com/HiWay-Media/tiktok-go-sdk

Usage

Import the Package

import "github.com/HiWay-Media/tiktok-go-sdk"

Features

  • Authentication
  • Fetch user data
  • Post videos
  • User Info API
  • Easy integration for TikTok API calls

Contributing

Feel free to submit issues and pull requests.

License

This project is licensed under the MIT License.