Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegok/www--twitpic
A perl interface to Twitpic.com public API.
https://github.com/diegok/www--twitpic
Last synced: about 2 months ago
JSON representation
A perl interface to Twitpic.com public API.
- Host: GitHub
- URL: https://github.com/diegok/www--twitpic
- Owner: diegok
- Created: 2009-05-04T16:16:17.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-21T20:07:19.000Z (almost 14 years ago)
- Last Synced: 2024-04-14T16:03:20.990Z (9 months ago)
- Language: Perl
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-Twitpic
This module is an interface to the simple twitpic.com API. Using this
module, you can easily post images to this service, messages pointing
to the image on your twitter feed and retrieve thumbnails generated by
the service for the uploaded image.INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make installSUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.perldoc WWW::Twitpic
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-TwitpicAnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/WWW-TwitpicCPAN Ratings
http://cpanratings.perl.org/d/WWW-TwitpicSearch CPAN
http://search.cpan.org/dist/WWW-TwitpicCOPYRIGHT AND LICENCE
Copyright (C) 2009 Diego Kuperman
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.