Ralf Vogler
Ralf Vogler
It will now enter a date of birth if the age confirmation pops up. Maybe we can still figure out which cookies prevent this afterwards.
The login data is just used for login. You can delete `data/browser` to log out. You can keep different browser states and thereby logged in accounts apart by using different...
Do you have some examples? https://free.ubisoft.com/ currently only lists game trials, free to play and free weekends - nothing to claim to keep.
Seems like there are giveaways, but not very often. Can check for the next one if it's also listed on https://free.ubisoft.com/ and under which label. Also found these lists: https://gg.deals/news/free-uplay-games/...
@sealldeveloper Thanks! `a[aria-label="Claim Now"]` would probably be a good selector.
Can you give some details for what this is needed? Multiple containers for multiple epic-games accounts that you want to run in parallel instead of sequentially? How do you schedule...
Couldn't you just prefix some of the `command` entries in your `docker-compose.yaml` with `sleep 30;` (`sleep 60;` etc.)? Also see https://stackoverflow.com/questions/31746182/docker-compose-wait-for-container-x-before-starting-y
Cleaning up. I'll close this. I think it's not worth the added code since the use case is very specific (multiple users) and better handled externally.
Certainly doable, but what's the use case? Then you don't know if it's already claimed or if it's even available for the region of your account. I could move the...
Thanks! So by default this only claims the games in `steam-games.json`? Not sure I understand the idea here. Is there a problem with using https://www.gamerpower.com/api/giveaways?platform=steam&type=game by default?