專抓露天團子屋的新增以及補貨商品
露天沒有補貨功能,所以用斧頭砍。
這個工具為團子屋限定,因為他們有習慣缺貨會把價格調到 999999 ,所以不用砍內頁。
- Run
bundle install
- Copy
config/email.yml.example
toconfig/email.yml
and setup values. - Run
rake db:migrate
to setup database (sqlite3 by default).
Run ./main.rb
Comment out the email code when you run this the first time.
- Edit
config/schedule.rb
with corresponding command. - Run
whenever -i
to insert crontab
rake c
to enter consolerake db:drop
to drop the old database.