Skip to content

nazaninsbr/Twitter-Crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:)