codeforamerica / CutePets

Twitter bot that posts adoptable pets in your city.
44 stars 65 forks source link

Ideas for tracking adoption rates #41

Open boonrs opened 9 years ago

boonrs commented 9 years ago

DataLook inquired on twitter about stats for adoption rates as a result of the twitter bot. What are some ways we could accomplish that?

davidtsong commented 9 years ago

The current release of CutePets utilizes the PetFinder API. That API includes a function to check if a dog has been adopted or not.

Just have another ruby script to check the id's from the tweet to the api call and see if the status char has changed to adopted.

Similarly, to track the amount of activity the tweets attract, Twitter has their analytics tool which shows how many impressions and interactions the tweet has created.

ImageofAPI

t-pfaff commented 9 years ago

Sounds good to me. @boonrs @drewrwilson: What do you think?

boonrs commented 9 years ago

I think it's a good place to start. My initial questions/concerns: