Sha256: 21160416498045ecc0048a0cb6fcd0e8fce40f7a096c6b01cbe97ba42cd054ec

Contents?: true

Size: 1.6 KB

Versions: 1

Compression:

Stored size: 1.6 KB

Contents

h1. twog

h2. Install

sudo gem install twog

h2. OAuth

Please read "this":http://blog.jasonmeridth.com/2010/04/02/oauth.html if you want to know how to get your Twitter OAuth consumer key/secret and access token/secret.
One you have those, run the command:

bq. twog --conf

and a hidden configuration file will be created in the your home folder (~/.twog/conf.yaml).  Once there, please fill it out with the information necessary to use this tool.

h2. Bitly API

In order to use Bitly for URL shortening, you'll need to go to http://bit.ly and click the "Sign Up":http://bit.ly/account/register?rd=/ link on the top right and get an account.  Once you are logged-in you click the "Account":http://bit.ly/account link in the same top right area.  You will see your API Key in the middle of the page.

Put your bit.ly username and api key into the ~/.twog/conf.yaml file to be used in the code.

h2. cron

To install twog as a crontab job, run the command:

bq. twog --cronadd N

where N is the number of minutes you want twog to fire off every time.

To remove twog as a crontab job, run the command:

bq. twog --cronrm

"Crontab Info":http://www.unixgeeks.org/security/newbie/unix/cron-1.html for all my non-*nix bretheren.

h2. TODO

Please check the TODO file for items that are to be done in the near future.

h2. Technical Reviewers

Chris MacGown ("ChristopherMacGown":http://github.com/ChristopherMacGown)
Matt Dietz ("cerberus98":http://github.com/cerberus98)
Paul Voccio ("pvo":http://github.com/pvo)
Joe Ocampo ("agilejoe":http://github.com/agilejoe)

h2. Copyright

Copyright (c) 2010 Jason Meridth. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
twog-0.3.0 README.textile