Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosimo/twitter-oauth-client
My OAuth-based Twitter command line client, nothing special
https://github.com/cosimo/twitter-oauth-client
Last synced: 10 days ago
JSON representation
My OAuth-based Twitter command line client, nothing special
- Host: GitHub
- URL: https://github.com/cosimo/twitter-oauth-client
- Owner: cosimo
- Created: 2010-06-16T07:48:38.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-09T08:41:44.000Z (over 13 years ago)
- Last Synced: 2023-04-21T10:38:40.591Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
=pod
=head1 NAME
twitter-oauth-client - OAuth-based Twitter command line client
=head1 SYNOPSIS
./twitter 'I can haz OAuth from the command line. #icanhazoauth'
=head1 DESCRIPTION
A OAuth-based Twitter command line client.
There's many like it, and this is mine.Nothing special about it, really, but I hope to
transpose it to Perl 6 soon.Twitter is dropping support for basic auth,
so start using OAuth, now!Put it in your C<~/bin> folder and alias it to C
or something.=head1 REQUIREMENTS
=over 2
=item Perl 5
=item L
http://search.cpan.org/dist/Net-Twitter/
=item L
http://search.cpan.org/dist/File-Slurp/
=back
=head1 Debian/Ubuntu instructions
sudo apt-get update
sudo apt-get install libnet-twitter-perl
sudo apt-get install libfile-slurp-perl
./twitter 'I can haz OAuth from the command line. #icanhazoauth'=head1 SOURCE CODE
http://github.com/cosimo/twitter-oauth-client
=head1 COPYRIGHT AND LICENSE
WTFPL, L