An open API service indexing awesome lists of open source software.

https://github.com/savagecore/freedium-reddit-bot

Post freedium links on Reddit medium links to bypass paywall
https://github.com/savagecore/freedium-reddit-bot

Last synced: over 1 year ago
JSON representation

Post freedium links on Reddit medium links to bypass paywall

Awesome Lists containing this project

README

          

# freedium-reddit-bot

A Reddit bot that replies to comments and submissions with a link to [Freedium](https://github.com/Freedium-cfd) to bypass the paywall.

## Usage

1. Clone the repository
2. Install the dependencies with `pip install -r requirements.txt`
3. Create a Reddit app at https://www.reddit.com/prefs/apps
4. Copy `praw.ini.example` to `praw.ini` and fill in all the fields
5. Run the bot with `python comments.py` and `python submissions.py` (or better yet use systemd or something similar)