pylbc
pylbc copied to clipboard
An (unofficial) Python3 wrapper API for leboncoin (real estate only).
Bonjour, J'ai voulu tester le package pylbc et j'ai l'erreur suivante : --------------------------------------------------------------------------- HTTPError Traceback (most recent call last) Input In [2], in () 8 query.set_departments(['38']) 10 #query.show_filters() ---> 11...
I'm using the code from github. When I run: lbcli.py --category ventes --real-estate-type terrain --city clelles 38930 --verbose {'pivot': '0,0,0', 'limit': 100, 'limit_alu': 1, 'filters': {'category': {'id': '9'}, 'enums': {'real_estate_type':...
Comment mettre les results dans un dataframe? J'ai essayé deux fonctions : df = pd.DataFrame.from_records(results) TypeError: 'SearchResult' object is not iterable df = pd.DataFrame(results) Pourriez_vous me dire comment implémenter les...