Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 302 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 302 Bytes

Twitter Miner

Example

python twitter_miner.py 'debate_tweets' \#hillary \#trump

This will mine tweets which use #hillary and #trump and save them debate_tweets_[current date and time].csv.

Note that if you want to mine hashtags, you have to use \ to escape the # in the command line