/PtcAccMaker

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Pokemon Trainer Club Account Maker (BETA!)

Script heavily based on the original PTCAccount2, by Kitryn.

Description

An automatic creation of PTC accounts, with automatic CAPTCHA input using 2Captcha API and automatic EMAIL CONFIRMATION using TempMail API. This script is built on Selenium, which utilises a browser for automation rather than pure HTTP requests.

Installation

This script runs on Selenium using ChromeDriver. See the Google documentation for platform specific installation.

OSX Installation: brew install chromedriver

Once ChromeDriver is installed, clone this repo and install all dependencies using pip:

pip install -r requirements.txt

NOTE: Google Chrome (the browser) must be installed for this script to work!

Use

Fill the .env-example file with your API keys, save it with the name of .env

Finally run main.py using python 2