Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/miiraak/tiktok-ai-auto
- Owner: Miiraak
- License: mit
- Created: 2024-07-15T11:08:02.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-25T17:18:49.000Z (6 months ago)
- Last Synced: 2024-10-14T05:01:16.476Z (4 months ago)
- Topics: ai, api, automated, bot, csharp, http, image-generation, json, tiktok, windows-forms
- Language: C#
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TikTok-AI-Auto
In early stage. Sandbox versionTikTok-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.