A Reddit bot that replies to comments and submissions with a link to Freedium to bypass the paywall.
- Clone the repository
- Install the dependencies with
pip install -r requirements.txt
- Create a Reddit app at https://www.reddit.com/prefs/apps
- Copy
praw.ini.example
topraw.ini
and fill in all the fields - Run the bot with
python comments.py
andpython submissions.py
(or better yet use systemd or something similar)