Tweeter Feed Scrapper
package required :
pip install chromedriver_py
pip install Requests
pip install selenium
pip install selenium_wire
the purpose of this project is to stream and store tweets from the home page of your twitter account in a JSON file
in main.py, select a duration for run time, your username and password
in proxies.txt file, add the list of your proxies. the proxy list file should only contain a proxy server in each line, the code will itterate through all proxies and
will choose a working one
note : the code is not optimised to bypass the twitter account authentication, in order to proper function, please log in
once with your credintials in your own chrome browser then run the code