Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 391 Bytes

Twitter Crawler

a very simple Twitter crawler with the following run options:

python main.py --timeline 
python main.py --hashtagSearch keyword
python main.py --search keyword
python main.py --sentiment --crawl keyword
python main.py --sentiment --file keyword
python main.py --file keyword

Any ideas for some functionality to add to this crawler? please let me know:)