This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Mar 19 07:21:07 -0700 2009 | |
| |
LICENSE | Thu Mar 19 07:21:07 -0700 2009 | |
| |
README.mdown | Sun Mar 22 18:45:45 -0700 2009 | |
| |
authenticate.rb | Thu Apr 02 18:40:58 -0700 2009 | |
| |
config-example.yaml | Sun Mar 22 18:45:45 -0700 2009 | |
| |
engine.rb | Thu Apr 02 17:44:07 -0700 2009 | |
| |
turpentine.rb | Thu Apr 02 18:41:38 -0700 2009 | |
| |
twitter.rb | Thu Apr 02 18:43:56 -0700 2009 |
README.mdown
Turpentine
A delightful Twitter/Ruby on Rails learning project.
How to use
sudo gem install json yaml rest-open-uri- Rename
config-example.yamltoconfig.yaml - Edit
userandpasswordto match yours chmod +x turpentine.rb./turpentine.rb- To post tweets, open a new window and run
./turpentine.rb out
OAuth mode
gem sources -a http://gems.github.comsudo gem install moomerman-twitter_oauth- Edit the
auth_modeline ofconfig.yamlto readoauth. You’ll need to register for OAuth and edit theoauthsection ofconfig.yamlfor your consumer key and secret.
Issues
This is all pretty clumsy at the moment, but it’s getting better. Here are some of the bigger concerns:
- The only things that currently work are tweeting, viewing @replies, and seeing the friends_timeline. Favorites, direct messages, &c. don’t exist.
- It would be good to verify that successful responses have a 200 code. I’m not
sure how to do it;
rest-open-uridoesn’t seem to expose such information. - Currently there is no time zone support, so you’ll see weird timestamps.







