Releases: scrape-badger/scrapebadger-python
Releases · scrape-badger/scrapebadger-python
v0.1.7
Bug Fixes
- Hashtag model: Fixed field name mismatch - the API returns
textbut the SDK expectedtag. AddedField(alias="text")to properly map the API response. - Added missing
indicesfield to the Hashtag model.
Full Changelog
v0.1.6
Changes
- Fixed
PlaceTrendsmodel to includewoeid,as_of,created_at, andcountryfields - Aligned model with API response format
v0.1.5
Bug Fixes
- List.created_at: Changed from
str | Nonetostr | int | Noneto 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
Bug Fixes
- Tweet.possibly_sensitive: Changed from
booltobool | Noneto handle API responses that returnNonefor this field. This fixes Pydantic validation errors when parsing tweets where the sensitivity status is unknown.
Full Changelog
v0.1.2
Changes
- Added ScrapeBadger logo to README
- Improved README formatting with centered badges
v0.1.1
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
Initial release