Skip to content

Releases: shaikhsajid1111/twitter-scraper-selenium

v2.0.0

09 Jul 12:53
3a4c313
Compare
Choose a tag to compare

Added:

  • Added Time bases searches:
                                                                                 
ClassOperatorFinds Tweets…Eg:
Timesince_time:1142974200On 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:1142974215Before 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_idAfter (NOT inclusive) a specified Snowflake ID🔗
 max_id:tweet_idAt 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

13 Apr 11:53
4c1d973
Compare
Choose a tag to compare
  • Fix for #9

v0.1.3

03 Apr 06:53
69a758d
Compare
Choose a tag to compare

Patch:

  • #4 Incorrect Tweet URL for retweet
  • Incorrect post id of tweets if the tweet is retweet

v0.1.2

18 Mar 10:33
Compare
Choose a tag to compare

Patch

  • #3 Crawler failing to find tweet's ID.

v0.1.1

31 Oct 10:21
Compare
Choose a tag to compare
  • 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.