AutoCF stands for "Automated Content Farm" and is an application that creates videos from comments on Reddit threads. This is in response to a proliferation of videos featuring Reddit comments read by TTS on YouTube.
With AutoCF, you can automate the creation of these low quality videos.
You can run AutoCF by doing the following:
git clone https://github.com/DataPools/AutoCF cd AutoCF ./gradlew run This will install all necessary dependencies and run it.
AutoCF can be configured through it's config.json file. The config is generated after it is run for the first time.
Inside this file are options for the Reddit thread's post id, the maximum amount of posts you want to show, and the amount of time (in seconds) until an ending screen is shown.
AutoCF only works on OS X, because it has a built in TTS engine. Currently, Windows/Linux do not have narrator support.
Pull Requests are welcome. The following still need to be done:
- Make the comments look more like actual Reddit.
- Clean up any Reddit markdown edge cases, as JRAW gives the comment's unformatted raw text
- Add cross-platform narrator support
This project is licensed under GPLv3.