Skip to content

Stores email-password pairs, gives out Google Play Store tokens

License

Notifications You must be signed in to change notification settings

kasnder/python-token-dispenser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-token-dispenser

Stores email-password pairs, gives out Google Play Store tokens and GSFid.

This repository ports the https://github.com/yeriomin/token-dispenser to Python. This is due to problems with using the existing API.

A random couple (login, password) from passwords/passwords.txt is used, to load balance over multiple accounts, mitigating account ban possibilities.

Usage

  1. Set up passwords/passwords.txt.
  2. Run python3 token_dispenser.py, creating a token dispenser at http://localhost:8080/.
  3. If required, the address, port, locale, timezone, and used device can be changed directly in the Python code.

Troubleshooting

Often, the token generation will fail. In these cases, one has to manually visit (sometimes multiple times) the following website, after which the process can continue:

https://accounts.google.com/b/0/DisplayUnlockCaptcha

About

Stores email-password pairs, gives out Google Play Store tokens

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%