GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::Twirc(3) User Contributed Perl Documentation App::Twirc(3)

App::Twirc - IRC is my twitter client

    use App::Twirc;

    my $app = App::Twirc->new_with_options();
    $app->run;

"App::Twirc" is an IRC server making the IRC client of your choice your twitter client. The "twirc" program in this distribution launches the application.

See App::Twirc::Manual for more details.

configfile
Required. The name of the configuration file containing options for POE::Component::Server::Twirc.
background
Boolean value to determine whether to run in the foreground (0), or background (1).
authenticate
Forces OAuth authentication with Twitter, supplying a URL for Twitter OAuth authentication and prompting for the OAuth verifier PIN. Use this method re-authenticate with Twitter, if necessary.
state_file
Specifies a file name for loading/storing state information, including a list of friends, followers_ids, and OAuth access tokens.
debug
Boolean, when set to 1, enables DEBUG level logging.

run
Run the application.

Marc Mims <marc@questright.com>

Copyright (c) 2008 Marc Mims

You may distribute this code and/or modify it under the same terms as Perl itself.

2015-03-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.