Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avipars/reddit-automod-sync
Sync same set of automod rules between multiple subreddits
https://github.com/avipars/reddit-automod-sync
reddit reddit-api reddit-bot
Last synced: 3 days ago
JSON representation
Sync same set of automod rules between multiple subreddits
- Host: GitHub
- URL: https://github.com/avipars/reddit-automod-sync
- Owner: avipars
- Created: 2022-10-19T14:52:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T12:53:10.000Z (17 days ago)
- Last Synced: 2024-12-18T13:43:44.912Z (17 days ago)
- Topics: reddit, reddit-api, reddit-bot
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Reddit Automod Sync
![](ss.jpg)
Syncs up automod rules over many subreddits.
### Instructions
- Install Python 3 -
- Install requirements `pip install -r requirements.txt`
- Create app (type script) at and get the app id and app secret
- Edit conf.ini with your keys and subreddits you wish to edit (comma separated)
- Edit automod.yaml with your autmod rules
- Run it `python run.py`