How would i go about getting push data from a source ex. twitter API. I have no problem collecting it currently by running the code every so often. I can probably just automate it to check every so often too, but how would I go about data coming as it appears on API and other sources.
Not familiar with the topic at all, any suggestions and tips would be welcome.
I use python 2.7
Try taking a look at Twitter’s Streaming API documentation for an example of how this is sometimes done.