Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

openmailbox/vote_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Congressional Vote Tracker

This is the code that backs the Twitter account for @congress247. It retrieves publicly accessible data about votes in the U.S. Congress and tweets summaries about them. It currently only reports on Senate votes.

Setup

Clone the repo:

	git clone https://github.com/nevern02/vote_tracker.git

Make a local secrets file:

	cp config/secrets.yml.example config/secrets.yml

The rake update task does all the work of grabbing the latest vote data and turning it into tweets.

Contributing

  1. Fork it ( http://github.com/nevern02/vote_tracker/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Tweeting summarized Congress votes at https://twitter.com/congress247

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages