Installed driver "geckodriver.log" and saved to project directory. No need to install at your end as i have also uploded the driver file.
Extracted Top trending Hashtags in your country using
"selenium 3.141.0"https://pypi.org/project/selenium/ . for Web scraping. "beautifulsoup4 4.9.1 ".https://pypi.org/project/beautifulsoup4/ for HTML Parsing.
Extracted Tweets related to each scraped hashtag using "twint 2.1.20".https://pypi.org/project/twint/
Stored the data in "custom_out.json" using "Pandas 1.1.1" DataFrame.
Stored data in "SQLite" for further data analysis and queries.
Created a Hashtag related usernames view by writing a query in "users_view" SQL file. Show them in different columns by writing a query in "query" SQL file.