A simple python script written to make the task of claiming dailies on genshin automatic!
This possibly works for their other games as well but I haven't tested it.
Contributions are appreciated :)
- Login to Hoyolab.com
- Get all your cookies and input their values in their respective places within the code (
hoyo_cookies
) - Go into the daily claim page and paste the url on
hoyolab_dailies_url
(line 6) | Not every part of it is needed: check the reference image - Compile into an executable (recommended) or leave it as is.
- recommended command:
pyinstaller autoclaim.py --onefile --icon NONE --noconsole
- Open your Task Scheduler and setup the script to autorun under your prefered parameters.
Note: With some modification (or none) the script could also be run on a server that you know will be online 24/7 ensuring that you won't miss a day.