This is a twitter bot that tweets job offers periodically and is deployed now in heroku.
Go to http://twitter.com/apps and create your app.
Be sure to generate your OAUTH token and respective secret.
Add the following to the auth.yml file
consumer_key: "YOUR_CONSUMER_KEY" consumer_secret: "YOUR_CONSUMER_SECRET" oauth_token: "YOUR_OAUTH_TOKEN" oauth_token_secret: "YOUR_OAUTH_TOKEN_SECRET"
> heroku config:add ENV=production RAILS_ENV=production RACK_ENV=production
> rake db:migrate
Start playing and posting job offers on Twitter!
- Config testing
- Functional testing
- Better documentation
Ignacio Mella & Gert Findel