An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

GaumutraBot v2


Dev: Meribetisunnyleone

Thanks 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.