Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (17 loc) · 906 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 906 Bytes

LemmyCTTS

LemmyCTTS is a program to automatically convert Lemmy comments into a video. This project is inspired by the Reddit equivalent version of this program.

Usage

If you don't have Python installed, install it from here: https://www.python.org/downloads/

Before everything, install the required packages:

pip install -r requirements.txt

After that, you should configure the settings (constants) inside main.py and also set your preferred browser of choice to take screenshots of the comments in screenshotLemmy.py

Then run main.py

python main.py

As long as everything is configured correctly and the instance works, no errors should appear.

License

This project is licensed under the GNU GPL Public License v3 license.