Auto post ads using Selenium WebDriver python package, using real estate and kijiji as a example.
Author: Corey Chen (corey.about@gmail.com)
Note. This is only for academic demonstration purpose. Use it in a good way.
-
The example here used firefox browser. You need to download the firefox browser driver named geckodriver and put it in any loaction under your
PATH
Environment Variables. See Doc here. -
Use
pip install selenium
to install the selenium python package. See Doc here. -
Add your data in the
Change accordingly
and run the python3 code.