Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voussoir/reddit
A collection of reddit bots and utilities
https://github.com/voussoir/reddit
Last synced: 10 days ago
JSON representation
A collection of reddit bots and utilities
- Host: GitHub
- URL: https://github.com/voussoir/reddit
- Owner: voussoir
- License: bsd-3-clause
- Created: 2014-05-23T23:19:46.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-03T19:22:01.000Z (4 months ago)
- Last Synced: 2024-08-01T12:18:22.419Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 2.97 GB
- Stars: 481
- Watchers: 36
- Forks: 131
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Newsletterbot/Newsletterly_x.py
- License: LICENSE.txt
Awesome Lists containing this project
README
======A collection of reddit bots and utilities by /u/GoldenSights. I no longer write new bots.
---
## Before running any bots
**Use descriptive useragents**. Include a username by which admins can identify you. Tell what your bot is doing and why. Convince the admins that you aren't wasting their bandwidth. Inadequate useragents may cause your bot to get logged out in the middle of your session, and the program will crash. Abusive useragents can get your bot shadowbanned.
[Reddit API rules](https://github.com/reddit/reddit/wiki/API)
---
## Bot.py
To standardize and simplify authentication, all bots rely on `bot.py`. Please download my copy and follow the instructions.