https://github.com/ejach/community-decides-bot
Simple reddit bot that lets the community decide what happens to a given post on a subreddit.
https://github.com/ejach/community-decides-bot
bot database modmail praw praw-reddit pypi reddit reddit-bot
Last synced: about 1 month ago
JSON representation
Simple reddit bot that lets the community decide what happens to a given post on a subreddit.
- Host: GitHub
- URL: https://github.com/ejach/community-decides-bot
- Owner: ejach
- Created: 2019-10-15T18:01:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T17:27:05.000Z (about 5 years ago)
- Last Synced: 2025-10-19T23:42:14.338Z (8 months ago)
- Topics: bot, database, modmail, praw, praw-reddit, pypi, reddit, reddit-bot
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What does it do?
[](https://pypi.org/project/praw/)
It's a simple Reddit bot, it comments on every new submission. If the comment gets to a certain score or below, a message linking to the post will be sent to the ModMail. The bot will constantly check the new queue and the list of comments. all comments are saved to a local database.
# How do I install it?
1) Download this repo.
2) Install the requirements by running `pip3 install -r requirements.txt`.
3) Add your account details in `praw.ini`.
4) Run it by using `python3 bot.py` (it will automatically create a database).
# ⚠ WARNING ⚠
Please be careful if you use this on a live SubReddit. The bot is experimental and may not work fully. **Try on a test SubReddit first.**