mohamedmhe
Results
1
comments of
mohamedmhe
super ça marche ! ``` import pylbc query = pylbc.Search() #query.set_price(mini=500, maxi=90000) query.set_category('ventes') query.set_real_estate_types(['appartement']) query.set_departments(['38']) #query.show_filters() infos = query.request_infos() print(infos) print("A total of %d results is announced by the server."...