projects
lonelyatthe.top
Twitter tracker and tools
about
Exploring the twitter api to create some potentially useful tools.
- twitter tracker
- basic tracker that retrieves data from twitter api and stores it in a database.
- accounts can be tagged in any language to create groups for comparison. Currently uses Google Graph, but will eventually create a graph builder.
- account tools
- who liked that? - a basic tool to view the most commonly use words in description of accounts that liked a certain tweet. Limited functionality to comply with twitter dev terms and work within low rate limits for required endpoints.
- live data trivia game
- uses twitter api to retrieve data from twitter, which can then be used to generate random questions that are always current. Mostly exists to test the concept of using external data sources to produce trivia quizzes. The first step in making a wider trivia site that is never obsolete.