https://github.com/jarhill0/privatesubbot
Manage a Kebble-style private subreddit. Rewrite of https://github.com/jarhill0/Jaribio
https://github.com/jarhill0/privatesubbot
praw python python3 reddit reddit-bot
Last synced: about 1 year ago
JSON representation
Manage a Kebble-style private subreddit. Rewrite of https://github.com/jarhill0/Jaribio
- Host: GitHub
- URL: https://github.com/jarhill0/privatesubbot
- Owner: jarhill0
- License: bsd-2-clause
- Created: 2017-05-26T02:12:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T03:35:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T08:38:53.919Z (about 1 year ago)
- Topics: praw, python, python3, reddit, reddit-bot
- Language: Python
- Homepage:
- Size: 106 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PrivateSubBot
A Reddit bot to add and remove users from a private subreddit based on activity. `main.py` removes users who haven't commented or posted since `main.py`'s last run. `daily.py` is meant to be run more frequently than `main.py` to collect and update data. `config.py` has options, described inline. The other scripts are assorted administrative utilities.