Skip to content

A short script to check if a Pokemon Go account is banned

License

Notifications You must be signed in to change notification settings

a-moss/PoGoAccountCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoGoAccountCheck

PoGoAccountCheck is a python script which reads PTC accounts from a file and checks if they are banned. If they are banned, the program will save them to a file, banned.txt.

Installation

To Install PoGoAccountCheck run:

git clone https://github.com/a-moss/PoGoAccountCheck.git

Then:

cd PoGoAccountCheck

After you are in the directory, make sure to install all the requirements by running:

pip install -r requirements.txt

Usage

To use the program run the following command:

python banned.py -f file.txt

Where file.txt is the file of accounts to check. See "Formatting" to see how the file should be formatted.

You can also use an additional -l argument which allows you to specify your own location for the program to use. ie:

python banned.py -f file.txt -l '40.7127837 -74.005941'

For Pokemon Go Map styled accounts.csv use -c.

	python banned.py -f accounts.csv -c

Lastly, we recommend specifying the -hk argument that allows you to use your hash key for the new api (0.53.1), if you have one. ie.

python banned.py -f file.txt -l '40.7127837 -74.005941' -hk your_hash_key

Formatting

Your file of accounts should be structured as follows:

username1:password1
username2:password2
username3:password3

Output

The program will display a message in the terminal if the account is banned. Additionally, it will output all banned accounts to a new file named banned.txt

About

A short script to check if a Pokemon Go account is banned

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages