Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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