godkingjay / selenium-twitter-scraper

This is a Twitter Scraper which uses Selenium for scraping tweets. It is capable of scraping tweets from home, user profile, hashtag, query or search, and advanced searches.
Apache License 2.0
176 stars 46 forks source link

adding the twitter username utilisation if asked, and the possibiliy of scrap tweets with no limits (even tho the limitation will be the numbers of tweets that the browser is able to handle) #9

Closed MagiPrince closed 7 months ago

MagiPrince commented 8 months ago

Hi,

I did some slightly changes and added a new option to your original script that I needed for my use. If you find it interesting, please accept this pull request ! :smile:

godkingjay commented 7 months ago

Thank you for your contribution.