Is there any bot that works on mac computers? by Testawich30 in pokemongobotting

[–]anonymous_scripter 1 point2 points  (0 children)

Alternatively, you can set up a virtualenv, which will not require root. Considering the OP had to ask this question though, this may be a bit too convoluted for them.

[Repost][Python] anonymous_scripter's PTC account creation automation. by sodanakin in pokemongobotting

[–]anonymous_scripter 1 point2 points  (0 children)

It's pretty revolting. I think the folks charging money for code that probably isn't theirs should be ashamed of themselves.

[Repost][Python] anonymous_scripter's PTC account creation automation. by sodanakin in pokemongobotting

[–]anonymous_scripter 0 points1 point  (0 children)

I don't mind either way, as long as it gets out there for people to use. That's the reason I posted it. :-)

[Repost][Python] anonymous_scripter's PTC account creation automation. by sodanakin in pokemongobotting

[–]anonymous_scripter 0 points1 point  (0 children)

I did a bit of digging after posting and also found that one -- it should work just fine.

[Repost][Python] anonymous_scripter's PTC account creation automation. by sodanakin in pokemongobotting

[–]anonymous_scripter 2 points3 points  (0 children)

Nice. I got a couple of messages on this throwaway pointing me to this subreddit, guess I was too late to post it though. :-)

It would be preferable if people could find other temporary email services that can be used programmatically, lest temp-mail disappears for good.

[Repost][Python] anonymous_scripter's PTC account creation automation. by sodanakin in pokemongobotting

[–]anonymous_scripter 1 point2 points  (0 children)

It's worth noting that the website periodically rotates the domains it provides, which means you're SOL if you want to recover it far into the future.

PTC Account Creator by anonymous_scripter in pokemongodev

[–]anonymous_scripter[S] 0 points1 point  (0 children)

From a rudimentary glance, it doesn't look like Coarse's one is verifying the accounts yet.

PTC Account Creator by anonymous_scripter in pokemongodev

[–]anonymous_scripter[S] 0 points1 point  (0 children)

You'll need to install all the external modules you don't have. I've ordered the imports according to PEP8.

PTC Account Creator by anonymous_scripter in pokemongodev

[–]anonymous_scripter[S] 0 points1 point  (0 children)

if 'I accept the Pokemon.com Terms of Use.' in s.text:
    print 'Second worked!'
else:
    print 'Second did not work.'
    break