Tweerscraper is a simple python project where u can type any user handle as input and you will get 100 most recent tweets where that user handle is apeared.
How to use:
- install python twitter tools by typing "pip install twitter"
- run TwitterApi by "python TwitterApi.py > filename.txt"
filename is important it is used to store all the data generated by json - after step 2, Type the user handle
- Then run getTweet by "python getTweet.py"