Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/miiraak/tiktok-ai-auto

Semi-Automated AI-Generated images and publishing
https://github.com/miiraak/tiktok-ai-auto

ai api automated bot csharp http image-generation json tiktok windows-forms

Last synced: 4 months ago
JSON representation

Semi-Automated AI-Generated images and publishing

Awesome Lists containing this project

README

        

# 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

2. 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](https://github.com/Miiraak/TikTok-AI-Auto/blob/master/LICENSE.txt) 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.