With Reddit2Video, you can generate AskReddit Text2Speech Videos by specifying your desired length of video.
With this project, I tried to create an easy-to-use tool that you can use to generate AskReddit Text2Speech Videos.
To make it all work the Project uses:
To set up the Project locally you will need
- Python 3.8.0
- FFmpeg 4.2.2
- A Reddit Account
- A Unsplash Account
- Clone the repo.
git clone https://github.com/LouisKlimek/Reddit2Video
- Install FFmpeg.
https://ffmpeg.org/download.html#build-windows
- Get your Reddit API Key.
https://www.reddit.com/wiki/api
-
Enter your API Key, Password etc. in "reddit.py".
-
Enter your "videoLengthInMin" in "reddit.py".
-
Enter your Unsplash API Key in "thumbnail.py" by replacing "CLIENTID".
-
Now you can let "reddit.py" run and it will automatically create Videos.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the Apache License 2.0. See LICENSE
for more information.