Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 473 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 473 Bytes

A Lemmy Automod bot

Currently supports making posts to communities.

Uses Pythorhead

Uses cron to post at time/date

"Community" is only used for testing, otherwise use the name of the community.

run main.py to activate.

Install

Install Pythorhead into a folder.

Install python-dotenv pip install python-dotenv

Rename .env.example to just .env, then edit the variables inside to your liking.

Run the code by running main.py.