This is a description
Project description
Leboncoin
Access Leboncoin api in Python
Installation
pip install leboncoin
Usage
from leboncoin import Leboncoin
lbc = Leboncoin()
lbc.searchFor("iphone")
lbc.setLimit(10)
lbc.maxPrice(2000)
lbc.setDepartement("tarn")
results = lbc.execute()
for ad in results["ads"]:
print(ad["subject"], ad["price"])
print("\n")
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
leboncoin-0.3.5.tar.gz
(15.9 kB
view hashes)
Built Distribution
leboncoin-0.3.5-py3-none-any.whl
(15.6 kB
view hashes)
Close
Hashes for leboncoin-0.3.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 916b13e275270068d56e19a8d2f82cde9dce46f8996cb05d1b718e7e010ede06 |
|
MD5 | aa4ff63d0280d7e6ab3034ded796f474 |
|
BLAKE2b-256 | 8237d3711dd5931489f9f53757a01cf02f7309f74e5c30dc420311f8b3cc41f6 |