Find a file
2017-07-26 14:05:52 +02:00
.gitignore init push 2017-07-26 14:05:52 +02:00
leboncoin-db.txt init push 2017-07-26 14:05:52 +02:00
leboncoin.py init push 2017-07-26 14:05:52 +02:00
LICENSE init push 2017-07-26 14:05:52 +02:00
README.md init push 2017-07-26 14:05:52 +02:00

leboncoin

Leboncoin.fr is a classifieds site, leader in France, the script leboncoin.py allows you to receive by email new ads about the object you are looking for. In the email you will get the URL link, price, photo and description of the ads.

  • Edit leboncoin.py with your Email settings
  • Configure a cron entry with the script and put the objects you are looking for as arguments. For example if you want classifieds alert about lego starwars and bicycle, put in your cron: python leboncoin.py --objects "lego starwas+bicycle" > leboncoin.log 2>&1

Requires the non-defaults followings modules:

  • BeautifulSoup 4
  • Requests