GithubHelp home page GithubHelp logo

ptc-captcha-solver's Introduction

#Babos Branch of Pikapy - Mass Pokemon Go Account Creator and ToS verifier

Description

Automatically creates Pokemon Trainer Club accounts, and reads the ToS making them usable after the recent Niantic patch. Text files will be created in your current directory. Added functionality:

-Mass create accounts with scheme: UsernameNR

-Auto use Google Mail + Trick [email protected]

-Auto solve Captchas via 2Captcha API

Installation

Windows users

Install all the necessary prerequisites as listed here:

http://pgm.readthedocs.io/en/develop/basic-install/windows.html

You will also need to download the chromedriver.exe:

http://chromedriver.storage.googleapis.com/2.23/chromedriver_win32.zip

Unzip and paste the chromedriver.exe file in "C:\Python27\Scripts" Folder.

Finally, open up your command prompt and paste this command:

pip install git+https://github.com/babo96/ptc-captcha-solver

Linux users/OSX

(OSX prerequisites)Selenium support:

brew install chromedriver

(Ubuntu and variants prerequisites)

sudo apt-get install chromium-browser

sudo apt-get install unzip

wget -N http://chromedriver.storage.googleapis.com/2.23/chromedriver_linux64.zip -P ~/Downloads

unzip ~/Downloads/chromedriver_linux64.zip -d ~/Downloads

chmod +x ~/Downloads/chromedriver

sudo mv -f ~/Downloads/chromedriver /usr/local/share/chromedriver

sudo ln -s /usr/local/share/chromedriver /usr/local/bin/chromedriver

sudo ln -s /usr/local/share/chromedriver /usr/bin/chromedriver

sudo apt-get install xvfb

(Everyone from this point)

From your terminal run::

pip install git+https://github.com/babo96/ptc-captcha-solver

If you have both python2 and python3 installed::

pip2 install git+https://github.com/babo96/ptc-captcha-solver

If given permission errors::

sudo pip2 install git+https://github.com/babo96/ptc-captcha-solver

Updating to the latest version

pip install --upgrade git+https://github.com/babo96/ptc-captcha-solver

Uninstalling

pip uninstall pikapy

Usage

Command line interface:

After installing the package run 'pikapy' from the terminal to create a new accounts. Optional parameters include --username, --password, --email, --count Use --help for command line interface help.

usernames.txt file is created in the current working directory.

Example 1 (Create entirely random new account)::

~pikapy
Created new account:
  Username:  dGXJXnAzxqmjbaP
  Password:  yUbiAgcXhBrEwHk
  Email   :  [email protected]

Example 2 (Create 2 accounts with the same password)::

~pikapy -p password -c 2
Created new account:
  Username:  dGXJXnAzxqmjbaP
  Password:  password
  Email   :  [email protected]
Created new account:
  Username:  vKEkp19eb0l4mFW
  Password:  password
  Email   :  [email protected]

Example 3 (Create a new account with specified parameters)::

~pikapy --username=mycustomusername --password=hunter2 [email protected]
Created new account:
  Username:  mycustomusername
  Password:  hunter2
  Email   :  [email protected]

ptc-captcha-solver's People

Contributors

skvvv avatar theddosfriend avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.