Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kavindu-Rankothge/tiktok-bot
TikTok video generation from scraping Reddit community posts
https://github.com/Kavindu-Rankothge/tiktok-bot
api reddit scraping tiktok tts
Last synced: 2 months ago
JSON representation
TikTok video generation from scraping Reddit community posts
- Host: GitHub
- URL: https://github.com/Kavindu-Rankothge/tiktok-bot
- Owner: Kavindu-Rankothge
- License: apache-2.0
- Created: 2023-01-17T12:41:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T12:13:17.000Z (almost 2 years ago)
- Last Synced: 2023-03-15T05:52:28.898Z (almost 2 years ago)
- Topics: api, reddit, scraping, tiktok, tts
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TikTok Reddit Bot
## Intro
This project aims to automate the creation of TikTok videos that reads Reddit posts.## Steps
1. Read Reddit API and store text posts.
2. Get screenshots of those posts and top comments.
3. Create Audio files for reading title and comments.
4. Edit the video with the post and sound.
5. Upload video to TikTok## Installation
1. Clone repository.
2. Create a personal Reddit application script. Store personal use script and secret token.
3. Edit the constants.txt file with those tokens and the Reddit account username and password.
4. Run MainSetup.py.## Dependencies
* Python libraries: pip install -r requirements.txt
* Tested on python v3.11 64-bit### Note
Currently saved videos have to be uploaded manually. Although you can do it using the TikTok API it is difficult to gain access for personal use. Other ways would include using web automation like selenium or AutoIt. However, these options seem rather dirty and even triggers bot warning in TikTok website filters.