Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.53 KB

CutiesInDenver

Post a random adoptable pet from Denver's shelter to a twitter feed.

Project of Becky Boone and Drew during our fellowship at Code for America in 2014.

About

A twitter bot that pulls data from Adopt-A-Pet-Denver an API created by David Viramontes and Drew to serve data for animals currently in Denver animal shelters ready for adoption.

Links to API and Bot

Setup

Get your API keys

You need to sign up for a twitter API. You'll need all of the following:

  • consumer key
  • consumer secret
  • access token
  • access token secret

Setup your environment variables

If you're using a Mac or Linux, you can do this in bash by running these commands:

export consumer_key=XXXXXXXXXXXXXXXXXXXXXX export consumer_secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX export access_token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX export access_token_secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


Hat tips