https://github.com/dataplayer12/gmbot
Gaumutra bot for reddit
https://github.com/dataplayer12/gmbot
Last synced: 2 months ago
JSON representation
Gaumutra bot for reddit
- Host: GitHub
- URL: https://github.com/dataplayer12/gmbot
- Owner: dataplayer12
- Created: 2019-04-18T02:40:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-18T02:42:12.000Z (about 6 years ago)
- Last Synced: 2025-01-22T23:26:38.564Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GaumutraBot v2
Dev: MeribetisunnyleoneThanks to dataplayer12 for hosting the bot.
Usage instructions:
1. Register a script app on reddit
2. Install the requirements```
$ pip install -r requirements.txt
```3. Edit `bot.py` with the app details
4. Start bot with````
python bot.py subreddit
````Notes:
1. Incase you want to monitor more than 1 subreddit, use `+`. For example, to monitor bakchodi and indiaspeaks together, do```
$ python bot.py bakchodi+indiaspeaks
```2. You can edit skeleton.txt to change how the reply looks. Just make sure `GETTER`, `GIVER`, `NNNNN` and `AUTHOR` are at the right places.