Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plusmail not working anymore #76

Open
teabag1337 opened this issue Dec 14, 2016 · 7 comments
Open

Plusmail not working anymore #76

teabag1337 opened this issue Dec 14, 2016 · 7 comments

Comments

@teabag1337
Copy link

The plusmail trick got patched in ptc account creation. Its not working anymore.
To fix this "+" can be replaced with "."

I did replace the "+" in accountcreator.py with "." and its working fine again.

try_email = pm[0] + "." + try_username + "@" + pm[1]

@teabag1337
Copy link
Author

Sry, i failed. The emails don't come to your inbox then. it has to be like:

[email protected] instead of [email protected]

@Kuju29
Copy link

Kuju29 commented Dec 15, 2016

If it is not set automatically Plusmail to perform well.

@NHellFire
Copy link

If you buy your own domain and host mail for it, you can just use [email protected]
In my case, I'm using [email protected] (needed to edit the code to use my IMAP server and email formatting), which is aliased to [email protected]
If your ISP doesn't block you running mail servers at home, you could get a cheap domain from https://alpnames.com/ (some TLDs are $0.49/year), then free dynamic DNS from zoneedit.com or afraid.org

@Diblo
Copy link
Contributor

Diblo commented Jan 10, 2017

The argument --googlemail has been added so Picatcha supports mails that are forwarded to your Google mail.

Upgrade Pikaptcha

pip install --upgrade git+https://github.com/sriyegna/pikaptcha

Hotmail as plus mail

  1. Go to your Hotmail webpage (https://outlook.live.com).
  2. Click the gear at the top right of the page.
  3. Select the Option.
  4. On the left side click Mail, Automatic processing and then Inbox rules.
  5. Press the + sign to add a rule.
  6. Name it whatever you would like.
  7. In the drop down menu below When a message arrives, and: select It includes these words
    and then select in the subject.
  8. Type Pokémon Trainer Club Activation into the top box and press the + and then Ok.
  9. In the next drop down menu below Do the following: select Forward, redirect or send and then Redirect this message to.
  10. Enter the the gmail you wish to use and press Ok.
  11. Press Ok at the top and then press Save at the top.

Run Pikaptcha with required arguments

[...] --plusmail <your Hotmail> --googlemail <your Google mail> --googlepass <your Google password>

@janmatias
Copy link

It seems they have patched hotmail as well :/
Anyone know how to get this to work?

@Theo1996
Copy link

hotmail.com was patched can confirm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants
@NHellFire @janmatias @Diblo @Theo1996 @Kuju29 @teabag1337 and others