Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@shaikhsajid1111 shaikhsajid1111 released this 09 Jul 12:53
· 108 commits to main since this release
3a4c313

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