Find a file
Milka64 6d934a404f Merge branch '1-update-readme' into 'master'
Update README.md

Closes #1

See merge request !1
2018-02-23 08:56:19 +00: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 Update README.md 2018-02-23 08:55:39 +00: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

test