darkGrimoire / hoyolab-daily-bot

Genshin Impact's Hoyolab Daily Check-in Bot
MIT License
115 stars 44 forks source link

Readme/setup clarification or handle python's virtual environment correctly in Windows Task scheduler #7

Closed Matsumotorise closed 3 years ago

Matsumotorise commented 3 years ago

If the user only sets up his environment as instructed in the README, using the virtual environment, windows task scheduler doesn't have access to the required libs since it doesn't seem to run activate.ps1/activate.

Either instruct the user to install the requirements.txt on the overall system, or handle this, possibly with a .bat wrapper file.

darkGrimoire commented 3 years ago

Can you please elaborate more about how're you doing this? Are you using the scheduler without the executable?

If you're using the scheduler, I do not intend to use this as it is without the executable in the release though. But, I'll try to check with the problem if I can.

darkGrimoire commented 3 years ago

I've added .bat wrapper file in v1.1.5 update. Thank you for your report!