Skip to content

Conversation

tchdp
Copy link

@tchdp tchdp commented Sep 22, 2012

Added a more user friendly API that exposes the methods in TwitterStream so that it'd be relatively simple to start parsing tweets from the stream. The JSON responses are handled in a background thread and posted to either the MessageQueue or a local queue so creating the Status objects can be done in the main thread.

swhitley and others added 6 commits May 25, 2012 11:06
* Program.cs: Added a sample program to read tweets using the API

* TwitterStream.cs: Added an API to retrieve tweets. Split up the main
  program in functions. JSON messages are now retrieved in a separate
  thread and posted to either the MSMQ framework or to a local
  thread-safe queue for parsing. The API methods grab tweets from the
  queue, but the framework is still there to retrieve JSON messages
  from the MSMQ.

* TwitterStreamClient.csproj: Build as a Library to get the DLL and
  include it in your project. Or Build as an Executable to run the
  sample program.

* TwitterStreamClient.sln: Added an API for reading tweets from the
  public twitter stream API.

* status.cs: Moved to TwitterObjects/Status.cs

* user.cs: Moved to TwitterObjects/User.cs

* User.cs:
* Media.cs:
* Sizes.cs:
* Places.cs:
* Status.cs:
* Hashtag.cs:
* Entities.cs:
* TwitterUrl.cs:
* Coordinates.cs:
* Contributors.cs: Added POJOs for getting (most) fields in a twitter
  JSON response
  of a queue

* TwitterStreamFilter.cs: Added methods for setting up a filter to use
  with the filtered twitter public stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants