Skip to content

Releases: scrape-badger/scrapebadger-python

v0.1.7

28 Dec 22:41

Choose a tag to compare

Bug Fixes

  • Hashtag model: Fixed field name mismatch - the API returns text but the SDK expected tag. Added Field(alias="text") to properly map the API response.
  • Added missing indices field to the Hashtag model.

Full Changelog

v0.1.6...v0.1.7

v0.1.6

28 Dec 17:26

Choose a tag to compare

Changes

  • Fixed PlaceTrends model to include woeid, as_of, created_at, and country fields
  • Aligned model with API response format

v0.1.5

28 Dec 16:47

Choose a tag to compare

Bug Fixes

  • List.created_at: Changed from str | None to str | int | None to handle API responses that return Unix timestamps (integers) instead of ISO strings. This fixes Pydantic validation errors when searching lists.

Full Changelog

v0.1.4...v0.1.5

v0.1.4

28 Dec 16:19

Choose a tag to compare

Bug Fixes

  • Tweet.possibly_sensitive: Changed from bool to bool | None to handle API responses that return None for this field. This fixes Pydantic validation errors when parsing tweets where the sensitivity status is unknown.

Full Changelog

v0.1.3...v0.1.4

v0.1.2

27 Dec 18:08

Choose a tag to compare

Changes

  • Added ScrapeBadger logo to README
  • Improved README formatting with centered badges

v0.1.1

27 Dec 17:16

Choose a tag to compare

Fixed

  • Fixed Python 3.10 compatibility for StrEnum
  • Fixed all ruff linting issues
  • Fixed mypy type checking errors
  • Fixed GitHub badge URLs to correct organization

v0.1.0

27 Dec 16:38

Choose a tag to compare

Initial release