mirror of
https://github.com/etienne-hd/lbc.git
synced 2026-04-24 07:45:35 +02:00
get_ad & get_user functions, extended user info (badges, feedback, pro), and new usage examples
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# lbc
|
||||
[](https://pypi.org/project/lbc)
|
||||

|
||||
[](https://github.com/etienne-hd/lbc/blob/master/LICENSE)
|
||||
|
||||
**Unofficial client for Leboncoin API**
|
||||
@@ -34,12 +35,16 @@ for ad in result.ads:
|
||||
*lbc is not affiliated with, endorsed by, or in any way associated with Leboncoin or its services. Use at your own risk.*
|
||||
|
||||
## Installation
|
||||
Required Python 3.9+
|
||||
Required **Python 3.9+**
|
||||
```bash
|
||||
pip install lbc
|
||||
```
|
||||
|
||||
## Usage
|
||||
**Full documentation will be available soon.**
|
||||
|
||||
Start with the [examples](examples/) to quickly understand how to use the library in real-world scenarios.
|
||||
|
||||
### Client
|
||||
To create client you need to use `lbc.Client` class
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user