AlexBio / TwitShell
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
README
=========================================
_____ _ _ __ _ _ _
/__ \__ _(_) |_/ _\ |__ ___| | |
/ /\/\ \ /\ / / | __\ \| '_ \ / _ \ | |
/ / \ V V /| | |__\ \ | | | __/ | |
\/ \_/\_/ |_|\__\__/_| |_|\___|_|_|
=========================================
TwitShell is a simple Twitter API client written in Perl.
Version: 1.4
Author: Alessandro Ghedini - al3xbio[at]gmail[dot]com
Licence: GPLv3
==Installation==
TwitShell depends on HTTP::Request::Common, LWP::UserAgent, JSON.
# perl -MCPAN -e 'install HTTP::Request::Common, LWP::UserAgent, JSON'
Then you can run TwitShell
$ perl TwitShell
or you can make it executable
$ chmod +x TwitShell
and run it
$ ./TwitShell
To get help type
$ perldoc TwitShell

