Skip to content

acidlabs/acid-tweet-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acid Jobs Bot

This is a twitter bot that tweets job offers periodically and is deployed now in heroku.

How-To

Create an app in Twitter

Go to http://twitter.com/apps and create your app.

Be sure to generate your OAUTH token and respective secret.

Create auth.yml file to your config/ folder

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"

(Optional) Deploy to Heroku and set ENV config variables to production

 
  > heroku config:add ENV=production RAILS_ENV=production RACK_ENV=production

Migrate your database

 > rake db:migrate

Add some offers with irb or heroku console =)

Start playing and posting job offers on Twitter!

TODO

  • Config testing
  • Functional testing
  • Better documentation

Credits

Ignacio Mella & Gert Findel

About

This is a twitter bot that tweets job offers periodically and is deployed now in heroku.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages