Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danschmidt5189/lbrs-twirl
A simple Twitter app using Perl.
https://github.com/danschmidt5189/lbrs-twirl
Last synced: about 1 month ago
JSON representation
A simple Twitter app using Perl.
- Host: GitHub
- URL: https://github.com/danschmidt5189/lbrs-twirl
- Owner: danschmidt5189
- Created: 2014-04-01T23:23:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T18:07:16.000Z (over 10 years ago)
- Last Synced: 2024-10-14T11:55:09.088Z (3 months ago)
- Language: JavaScript
- Size: 2.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
lbrs-twirl
==========Find a Twitter user's recent tweets, or find friends shared by two users.
An exercise using Perl, Dancer, Redis, and the Twitter API.
Check it out at http://twirl-lbrs.rhcloud.com/.
## Notes
Both Redis (on RedisToGo) and Twitter are subject to rate limiting. If you receive a "Woops..." error, rate limiting is the most likely cause. The application log can be used to confirm that.
(This could be handled by retrying the API call, but this is a demo app written very quickly...)