Skip to content

EddieCameron/Streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation


Streamer - .Net / Unity access to the Twitter Streaming API

by Eddie Cameron (@eddiecameron / www.grapefruitgames.com)


A simple API to let your .Net or Unity apps access the deluge of information available on the live Twitter stream. Simplify connection, JSON parsing and OAuth handling.


To use:


v0.9 - Initial public release

  • Set up location and track query parameters on the /filter method (streaming only)
  • Has basic auth, or, if you set up your own access tokens, OAuth
  • Parses status, username, location and hashtags from the live feed. May ignore tweets with unusual characters in the status.

v1.0 - Generally useable release

  • Full support for oAuth via passcode authorisation. Users can now use their own accounts in your app
  • Added the follow query parameter, for filtering all tweets in reply/RTing a certain person
  • Fixed the JSON parser to correctly unescape special characters & unicode
  • Some other minor reliability/error reporting fixes

TODO:

  • add more query options
  • add Twitter REST API access (post tweets, access a users timeline, etc)
  • places support (currently only supports coordinates)

About

A simple Twitter streaming API for .Net / Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages