Skip to content

KenM-FS/autoAshiato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autoAshiato

Automatically draw lots of あしあと抽選ポイント(Ashiato Chusen Point) in honto

Initial setting

Make secret.json for personal information

{
	"MAIL_ADDRESS":"yourMailAddress@example.com",
	"HONTO_PASS":"PasswordForHonto",
	"SMTP_PASS":"SMTPPasswordForGmail"
}

Change path of secret.json and geckodriver respectively in the environment

  • autoAshiato.py
    • line 10: secret.json
    • line 16: geckodriver
  • mailerAshiato.py
    • line 8: secret.json

Set crontab

19:00 UTC is 04:00 JST when Ashiato Chusen Point lottery is updated

0 19 * * * /usr/bin/python3 /home/ken/honto/autoAshiato.py >> /home/ken/honto/ashiato.log 2>&1

About

Automatically draw lots for あしあと抽選ポイント(Ashiato Chusen Point) of honto

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages