juzjus10 / Epic-Account-Creator

Apache License 2.0
23 stars 18 forks source link

Sign Up with Email Handle #10

Open xpeedo opened 4 years ago

xpeedo commented 4 years ago

proof

use this if you see that

await   driver.wait(until.titleIs('Register for an Epic Games account | Epic Games'), 5000);
await   driver.findElement(By.id('login-with-epic')).click(); //here

also if it's possible to create a handle for Country, i'm not so familiar with selenium / chromedriver

Bafmaaan commented 4 years ago

where i should paste it?

xpeedo commented 4 years ago

under this line https://github.com/juzjus10/Epic-Account-Creator/blob/master/epicgames.js#L37

juzjus10 commented 4 years ago

Will add this, thanks

xpeedo commented 4 years ago

@juzjus10 you can add support for 2captcha More informations here: https://2captcha.com/2captcha-api#solving_funcaptcha_new

xpeedo commented 4 years ago

also socks4/5 support, so when you get that error when you try to claim the game, change ip, refresh page, and claim again

juzjus10 commented 4 years ago

Will look into that thanks for the suggestion

bushshrub commented 4 years ago

For country selection: await driver.findElement(By.className('jss205')).sendKeys(credentials.country);

Simply add a field in credentials.json specifying a country

bushshrub commented 4 years ago

I will look into the 2captcha support. You can check out my fork over here. I will be updating this repo as frequently as I can

BaseMax commented 3 years ago

I will look into the 2captcha support. You can check out my fork over here. I will be updating this repo as frequently as I can

Hi Robert @xiurobert No any news related to adding 2captcha for hcaptcha? Thanks in advance.