luckyjoker993 / epic_games_free_games_claim

Python script to claim free games on epic games store
MIT License
13 stars 6 forks source link

please make deploy to heroku button #2

Open kakamband opened 3 years ago

kakamband commented 3 years ago

Hi luckyjoker993, please make this claimer to deployable to heroku with all env value must be set & heroku buildpacks needed waiting for your response finest regards

luckyjoker993 commented 3 years ago

i think there is no point deploying to heroku because you have to manually pass captcha when logging in or when placing an order. unless you save a profile and check in everyday which i haven't tried. I will give it a shot.

On Fri, Nov 27, 2020 at 6:02 PM kakamband notifications@github.com wrote:

Hi luckyjoker993, please make this claimer to deployable to heroku with all env value must be set & heroku buildpacks needed waiting for your response finest regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/luckyjoker993/epic_games_free_games_claim/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF6RZEAC5P4SMYFCG3ENDBDSR7LTZANCNFSM4UFEEPTA .

luckyjoker993 commented 3 years ago

so i have deployed it on heroku and everything working except that epic site logs me out when cookies expire and manually extending them doesn't help. maybe you have an idea how to stop website from logging me out?

kakamband commented 3 years ago

hi , sound like interested , no any idea about keep session exist from log out . please if it's possible make heroku.yml & procfile & add deploy to heroku button for automatic deploy process easily waiting for yuor response finest regards

luckyjoker993 commented 3 years ago

added a deploy button.

kakamband commented 3 years ago

how to extract cookies file & put it on root path ?

luckyjoker993 commented 3 years ago

you can run epic_games.py with hidden_browser= 0 . You will get a window to login and it will save your cookies locally.

On Sun, 13 Dec 2020, 10:17 kakamband, notifications@github.com wrote:

how to extract cookies file & put it on root path ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/luckyjoker993/epic_games_free_games_claim/issues/2#issuecomment-743977660, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF6RZEGHU52SDR3FWSAWTK3SUSBDRANCNFSM4UFEEPTA .

luckyjoker993 commented 3 years ago

or you can just extract cookies with some cookie extension in json format.

On Sun, 13 Dec 2020, 10:17 kakamband, notifications@github.com wrote:

how to extract cookies file & put it on root path ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/luckyjoker993/epic_games_free_games_claim/issues/2#issuecomment-743977660, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF6RZEGHU52SDR3FWSAWTK3SUSBDRANCNFSM4UFEEPTA .