5zkS50MPf4cHi3yv

Run these commands on the shell for to download csv file of the outcome of searching keyword on Twitter

pip install twint

twint -s "request for startup" --csv --output tweets.csv

Run clean_csv.py for filtering unneeded information from the file

Run these command on the shell

pip install csvtotable

csvtotable tweets_clean.csv tweets.html