mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-05-01 03:06:28 +02:00
get_ad & get_user functions, extended user info (badges, feedback, pro), and new usage examples
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,3 +1,19 @@
|
||||
## 1.0.4
|
||||
### Added
|
||||
* A lot of new user information can be retrieved (feedback, badges & professional info).
|
||||
* New [examples](examples/) directory with practical usage cases.
|
||||
* `get_ad` function to retrieve ad information.
|
||||
* `get_user` function to retrieve user information (with pro info such as siret).
|
||||
* Automatic cookies initialization during session setup to prevent HTTP 403 errors.
|
||||
|
||||
### Changed
|
||||
* Codebase refactored: models are now split by functionality (e.g., all user dataclasses are in `user.py`).
|
||||
* Proxies can now be updated after `Client` creation via `client.proxy = ...`.
|
||||
* The session can also be changed dynamically via `client.session = ...`.
|
||||
|
||||
### Removed
|
||||
* Removed the `test/` folder (migrated to `examples/`).
|
||||
|
||||
## 1.0.3
|
||||
### Fixed
|
||||
* Incorrect raw data extraction for location and owner in `Search.build` function
|
||||
|
||||
Reference in New Issue
Block a user