Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 426 Bytes

Twitter-Scraper

Extract tweets based on the search query and extracts the results and store in selenium To set-up on your pc, You must have python and a suitable IDE installed Go to the terminal and type: -pip install selenium -pip install pandas as pd -pip install openpyxl

NOTE: When the gmail is login-ed, you need to press the Continue as - option when it reaches twitter page. For that reason time.sleep(10) is added