JeffChern / 1point3acres_Automation

Automatically login your account and get the daily-login credit on http://www.1point3acres.com/bbs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deprecated

[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

Installation

  1. Install Selenium
$ pip install -U selenium
  1. Download Chrome driver

  2. 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")
  1. 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  

About

Automatically login your account and get the daily-login credit on http://www.1point3acres.com/bbs/


Languages

Language:Python 100.0%