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.
To use TikTok-AI-Auto, follow these steps:
- Clone the repository:
git clone https://github.com/miiraak/TikTok-AI-Auto.git
or
- Open it with VisualStudio
...Coming...
... Tiktok dev tutorial in progress...
- For a better experience, use Visual Studio.
- Configure the TikTok API credentials in the
Form1.cs
file, specifically on line 13 and 14. - Configure your web server in the
Form1.cs
file, on line 263. - Run the program by clicking the execute button in Visual Studio.
This project is licensed under the MIT License. See the LICENSE file for more details.
Feature | State |
---|---|
Authorization | ✅ |
Token | ✅ |
Post info by user | ➖ |
AI Generated image | ✅ |
Upload image to server | ✅ |
Post AI image | ✅ |
Full automated generation and posting | 🔴 |
... | ... |
Please note that this project is for educational purposes only. Use it responsibly and respect the terms of service of the TikTok platform.