Skip to content

A program to convert Lemmy comments to a video automatically

License

Notifications You must be signed in to change notification settings

Asudox/LemmyCTTS

Repository files navigation

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.