Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
GH#2 update docs for twitter config
Browse files Browse the repository at this point in the history
  • Loading branch information
tardate committed Jan 2, 2012
1 parent 4b25e82 commit caf4ab6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.rdoc
Expand Up @@ -13,6 +13,7 @@ Some technologies it demonstrates in combination:
* web scraping with {Nokogiri}[http://nokogiri.org/] * web scraping with {Nokogiri}[http://nokogiri.org/]
* Test-first with {RSpec}[http://relishapp.com/rspec] * Test-first with {RSpec}[http://relishapp.com/rspec]
* iPhone/Android support using {Web 2.0 Touch}[https://github.com/web20boom/Web-2.0-Touch] * iPhone/Android support using {Web 2.0 Touch}[https://github.com/web20boom/Web-2.0-Touch]
* posting updates to twitter using the {grackle gem}[https://github.com/hayesdavis/grackle]




== The NoAgenda Show? == The NoAgenda Show?
Expand All @@ -36,10 +37,19 @@ translate all the definitions and send it/push it back. Please keep it in UTF-8
The site will tweet when new shows are loaded. It requires twitter oauth settings to be set The site will tweet when new shows are loaded. It requires twitter oauth settings to be set
with these environment variables: with these environment variables:
* navd_consumer_key * navd_consumer_key
* consumer_secret * navd_consumer_secret
* navd_token * navd_token
* navd_token_secret * navd_token_secret


Set these locally as normal environment variables e.g.:

$ export navd_consumer_key="the_consumer_key_from_twitter"

To set these on heroku:

$ heroku config:add navd_consumer_key=".." navd_consumer_secret=".." navd_token=".." navd_token_secret=".."


== Contributing == Contributing


Yes please! If you have any ideas, or can help with design, development or translation, you are most welcome. Yes please! If you have any ideas, or can help with design, development or translation, you are most welcome.
Expand Down

0 comments on commit caf4ab6

Please sign in to comment.