Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/follgad/reddit-video-maker
A content production system: Turn reddit content into youtube videos
https://github.com/follgad/reddit-video-maker
reddit reddit-video tiktok tts video youtube
Last synced: 26 days ago
JSON representation
A content production system: Turn reddit content into youtube videos
- Host: GitHub
- URL: https://github.com/follgad/reddit-video-maker
- Owner: FOLLGAD
- Created: 2019-04-06T20:35:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T20:49:36.000Z (11 months ago)
- Last Synced: 2024-04-15T00:05:00.428Z (9 months ago)
- Topics: reddit, reddit-video, tiktok, tts, video, youtube
- Language: JavaScript
- Homepage: https://www.youtube.com/c/Redditors
- Size: 623 MB
- Stars: 22
- Watchers: 1
- Forks: 5
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reddit Video Maker
Automated content production in the form of Reddit videos.
Features:
- Runs as a web app and renders on a server to maximize portability
- Choose any soundtrack for the video
- You can manually edit title and comment body text if wanted.
- Automatically censor words proven to be "bad" for the youtube algorithm.
- Generate video of a given length
- Automatically translate to different languages (spanish, russian, portuguese, german etc.) using DeepL. Works surprisingly well!
- Add custom transition
- Dark mode :)## Example
[![Redditors Studios](https://img.youtube.com/vi/83ow2lHd-8o/0.jpg)](https://www.youtube.com/watch?v=83ow2lHd-8o)## Structure
This repo consists of two parts:
`project-bog`: The backend generating all the videos, communicating with reddit API etc.
`hammurabi`: The react frontend.
# get started
```bash
# Install packages for both repos
$ make install# Build web client, move files
$ make build$ cd bog-api
$ yarn start
```