https://github.com/jpf/deterministic-eight-ball
A deterministic fortune teller, built for use with Twilio
https://github.com/jpf/deterministic-eight-ball
Last synced: 8 months ago
JSON representation
A deterministic fortune teller, built for use with Twilio
- Host: GitHub
- URL: https://github.com/jpf/deterministic-eight-ball
- Owner: jpf
- Created: 2013-04-26T22:28:20.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-26T22:37:06.000Z (about 13 years ago)
- Last Synced: 2025-03-17T19:56:21.311Z (about 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the same script, written in two different languages, written to demonstrate the Shadow proxy (https://github.com/twilio/shadow).
The basics of the demo are to start with the PHP script, show what it does, then move to Shadow.
Because this script picks responses deterministically, Shadow won't show any problems unless something is wrong.
Here is the Shadow config script that we're using for this demo: https://gist.github.com/kelvl/5470902