Skip to content

Simple Python script using `selenium` to automate the Hoyolab Daily Rewards claiming process.

Notifications You must be signed in to change notification settings

Yaw-Dev/HoyolabDailyAutoClaim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Hoyolab Daily Rewards Auto Claim

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 :)

Setup:

  1. Login to Hoyolab.com
  2. Get all your cookies and input their values in their respective places within the code (hoyo_cookies)
  3. 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
  4. Compile into an executable (recommended) or leave it as is.
  • recommended command: pyinstaller autoclaim.py --onefile --icon NONE --noconsole
  1. 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.

About

Simple Python script using `selenium` to automate the Hoyolab Daily Rewards claiming process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages