Releases: shaikhsajid1111/twitter-scraper-selenium
Releases · shaikhsajid1111/twitter-scraper-selenium
v2.0.0
Added:
- Added Time bases searches:
Class | Operator | Finds Tweets… | Eg: |
---|---|---|---|
Time | since_time:1142974200 | On or after a specified unix timestamp in seconds. Combine with the "until" operator for dates between. Maybe easier to use than since_id below. | 🔗 |
until_time:1142974215 | Before a specified unix timestamp in seconds. Combine with a "since" operator for dates between. Maybe easier to use than max_id below. | 🔗 | |
since_id:tweet_id | After (NOT inclusive) a specified Snowflake ID | 🔗 | |
max_id:tweet_id | At or before (inclusive) a specified Snowflake ID | 🔗 | |
within_time:2d within_time:3h within_time:5m within_time:30s | Search within the last number of days, hours, minutes, or seconds | 🔗 |
- Feature to set headless browser.
Dependencies Updates:
- Updated Selenium to version
4.3.0
- Updated Selenium Wire to version
4.6.4
- Updated Python Dateutil to version
2.8.2
v0.1.4
v0.1.3
v0.1.2
v0.1.1
- Ability to set proxy both authenticated as well as unauthenticated.
- Ability to scrape twitter's data by keyword as well as the hashtag.
- Ability to scrape twitter's profile.
- Firefox or Chrome browser can be used.