[2021 update]
This repo is deprecated, obselete
[2017.11.13 update]
If your chrome will automatically open a setting page, please update your Chrome driver
- Install Selenium
$ pip install -U selenium
-
Download Chrome driver
-
Edit Chrome driver path, Username, Password in 1point3acres_auto.py
chrome_path = 'YOUR__CHROME__DRIVER__PATH'
browser.find_element_by_id("ls_username").send_keys("YOUR__1point3acres__USERNAME")
browser.find_element_by_id("ls_password").send_keys("YOUR__1point3acres__PASSWORD")
- Set crontab
Edit all crontab commands
$ crontab -e
command will be executed everyday at 00:00 AM
$ @daily python YOUR__1point3acres_auto.py__PATH
or setting on specific time e.g. 9:30 AM
$ 30 9 * * * python YOUR__1point3acres_auto.py__PATH