/LemmyCTTS

A program to convert Lemmy comments to a video automatically

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.