Skip to content

Miiraak/TikTok-AI-Auto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok-AI-Auto

In early stage. Sandbox version

TikTok-AI-Auto is a proof of concept project that automates the process of calling the TikTok API to publish AI-generated images.
The program first makes a call to the TikTok API for login and token gathering. It then calls the API's serverless AI-generator to generate an image, which is stored on a web-hosted server.
Finally, another call to the TikTok API is made to directly post the generated image on the logged profile.

Installation

To use TikTok-AI-Auto, follow these steps:

  1. Clone the repository: git clone https://github.com/miiraak/TikTok-AI-Auto.git

or

  1. Open it with VisualStudio

...Coming...

Usage

... Tiktok dev tutorial in progress...

  1. For a better experience, use Visual Studio.
  2. Configure the TikTok API credentials in the Form1.cs file, specifically on line 13 and 14.
  3. Configure your web server in the Form1.cs file, on line 263.
  4. Run the program by clicking the execute button in Visual Studio.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Features

Feature State
Authorization
Token
Post info by user
AI Generated image
Upload image to server
Post AI image
Full automated generation and posting 🔴
... ...

Disclaimer

Please note that this project is for educational purposes only. Use it responsibly and respect the terms of service of the TikTok platform.