strohne / Facepager

Facepager was made for fetching public available data from YouTube, Twitter and other websites on the basis of APIs and webscraping.
https://github.com/strohne/Facepager/releases
506 stars 198 forks source link

Twitter: Streaming API #11

Closed dorvak closed 10 years ago

dorvak commented 11 years ago

With wrappers like Tweepy, constructing a Streaming API Client is straightforward. Therefore, whenn users of the Facepager provide their Developer App Credentials (consumer_key, consumer_secret), the could use the Streaming API. Problems: Running the Streaming Event Loop inside the PyQT Event loop and concurrently updating the Nodes/writing to the DB in the TreeView might be tricky.

dorvak commented 10 years ago

See Streaming-Branch