https://github.com/edde746/tiktok-askreddit
A content generation & posting bot for TikTok, scraping posts from r/AskReddit
https://github.com/edde746/tiktok-askreddit
moviepy reddit tiktok tiktok-automation tiktok-upload tts
Last synced: 3 months ago
JSON representation
A content generation & posting bot for TikTok, scraping posts from r/AskReddit
- Host: GitHub
- URL: https://github.com/edde746/tiktok-askreddit
- Owner: edde746
- Created: 2022-01-20T20:07:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T08:20:19.000Z (almost 2 years ago)
- Last Synced: 2024-12-10T02:10:36.629Z (11 months ago)
- Topics: moviepy, reddit, tiktok, tiktok-automation, tiktok-upload, tts
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 143
- Watchers: 4
- Forks: 19
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AskReddit TikTok Bot
Automatic content bot using Selenium to scrape AskReddit and and post to TikTok with video rendering with MoviePY.
# Usage
Requires some manual setup,
1. Install pip packages from `requirements.txt`
2. Get cookies for TikTok & Reddit
1. Sign into TikTok in your browser by choice
2. Open DevTools and go to the network tab
3. Reload the page and find the sent cookie header
4. Copy the header and save to `tiktok_cookies` in `config.yaml`
5. Repeat for Reddit, however there is no need to sign in, only accept cookies to get rid of notice (`reddit_cookies` this time)
3. Add background video files to `backgrounds` folder, find some [here](https://www.pexels.com/videos/)
3. Enjoy!
# Unable to properly upload or want more advanced uploading features like audios?
Check out my [tiktok-uploader](https://github.com/edde746/tiktok-uploader).