Skip to content

groodt/twitter-oauth-streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Setup

Download the Python dependencies

  • Make sure you have the Python dev headers on your platform (I already had these on OSX)

    sudo apt-get install python2.7-dev

  • Make sure you have pip installed on your platform

    sudo easy_install pip

  • Create a virtualenv for Python. Optional, but recommended step. See virtualenv and virtualenvwrapper

    mkvirtualenv twitter_stream_example --no-site-packages

  • Install the dependencies

    pip install --requirement=requirements.txt```
    
    

Register an application with Twitter

Run

python twitter-oauth-streaming.py

About

A simple example showing how to access the Twitter Streaming API using OAuth. Now updated to be SSL only.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages