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

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.

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