libtwitter-api-perl

Twitter REST API library for Perl

Description

Twitter::API provides an interface to the Twitter REST API for perl.

Features:

 * full support for all Twitter REST API endpoints
 * not dependent on a new distribution for new endpoint support
 * optionally specify access tokens per API call
 * error handling via an exception object that captures the full
   request/response context
 * full support for OAuth handshake and Xauth authentication

Additional features are available via optional traits:

 * convenient methods for API endpoints with simplified argument
   handling via ApiMethods
 * normalized booleans (Twitter likes 'true' and 'false', except when
   it doesn't) via NormalizeBooleans
 * automatic decoding of HTML entities via DecodeHtmlEntities
 * automatic retry on transient errors via RetryOnError
 * "the whole enchilada" combines all the above traits via Enchilada
 * app-only (OAuth2) support via AppAuth
 * automatic rate limiting via RateLimiting

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://metacpan.org/release/Twitter-API


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libtwitter-api-perl