Skip to content

currently just a bit of code for keyword searches using twython

Notifications You must be signed in to change notification settings

purplewove/social-media-apis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

social-media-apis

currently just a bit of code for keyword searches using twython

to use, make sure twython is installed and then type: python filter_terms.py [consumer_key] [consumer_secret] [access_token_key] [access_token_secret] [search_term]

and the script will dump the text from all tweets gleaned from the streaming api containing the search term to standard output.

find consumer_key, consumer_secret, access_token_key, access_token_secret here: dev.twitter.com/apps

About

currently just a bit of code for keyword searches using twython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages