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