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
- Host: GitHub
- URL: https://github.com/savagecore/freedium-reddit-bot
- Owner: SavageCore
- License: unlicense
- Created: 2024-06-30T01:07:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:58:47.000Z (over 1 year ago)
- Last Synced: 2025-03-07T19:11:14.819Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)