Skip to content

Latest commit

 

History

History
93 lines (64 loc) · 2.22 KB

README.md

File metadata and controls

93 lines (64 loc) · 2.22 KB

Reddit2Video

Reddit2Video

With Reddit2Video, you can generate AskReddit Text2Speech Videos by specifying your desired length of video.

Table of Contents

About The Project

With this project, I tried to create an easy-to-use tool that you can use to generate AskReddit Text2Speech Videos.

Built With

To make it all work the Project uses:

Getting Started

To set up the Project locally you will need

  • Python 3.8.0
  • FFmpeg 4.2.2
  • A Reddit Account
  • A Unsplash Account

Installation

  1. Clone the repo.
git clone https://github.com/LouisKlimek/Reddit2Video
  1. Install FFmpeg.
https://ffmpeg.org/download.html#build-windows
  1. Get your Reddit API Key.
https://www.reddit.com/wiki/api
  1. Enter your API Key, Password etc. in "reddit.py".

  2. Enter your "videoLengthInMin" in "reddit.py".

  3. Enter your Unsplash API Key in "thumbnail.py" by replacing "CLIENTID".

  4. Now you can let "reddit.py" run and it will automatically create Videos.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Apache License 2.0. See LICENSE for more information.