https://github.com/leviroth/bigbenbot
A simple Reddit bot that demonstrates the use of Betamax cassettes.
https://github.com/leviroth/bigbenbot
Last synced: about 1 year ago
JSON representation
A simple Reddit bot that demonstrates the use of Betamax cassettes.
- Host: GitHub
- URL: https://github.com/leviroth/bigbenbot
- Owner: leviroth
- License: mit
- Created: 2017-04-22T21:23:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-16T22:51:04.000Z (about 9 years ago)
- Last Synced: 2025-01-13T18:52:50.453Z (over 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
This repository provides example code
for
[my tutorial on Betamax](https://leviroth.github.io/2017-05-16-testing-reddit-bots-with-betamax/).
`test_bot.py` can also be readily adapted as boilerplate for adding Betamax to
any PRAW-based Reddit application.
Some code here comes from PRAW, copyright 2016 and available under
the
[BSD license](https://github.com/praw-dev/praw/blob/420602c07477f5f22466e28a7189888d09c77ce3/LICENSE.txt).