Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Glovo Account Checker

DISCLAIMER

This tool was created for educational purposes and security research only
Do not use it on accounts you do not own or have explicit permission to test
Using this tool against Glovo's servers violates their terms of service
The author is not responsible for any misuse or damage caused by this tool
You have been warned

what this does

  • Checks Glovo accounts using their official API
  • Takes a list of email:password combinations and tries to log in
  • If successful it extracts all available data from the account

what data it extracts

  • User id
  • Full name
  • Phone number
  • Order count
  • Account balance
  • Subscription status
  • Saved payment methods (card brand and last 4 digits)
  • saved delivery addresses
  • Device URN
  • Access token

how to install

  • You need Python 3.8 or higher

  • pip install curl_cffi

how to use

  • Put your combos in a text file one per line in email:password format

  • Put your proxies in a text file if you want

  • Supports many formats like ip:port or user:pass@ip:port or gateway formats

python main.py

follow the prompts it will ask for your combos file whether to use mobile headers (recommended for better success) whether to use proxies number of threads delay between checks whether to save full capture with tokens

where are the results

  • all results go to the output folder
  • valid.txt contains the emails of working accounts
  • bad.txt contains the emails of invalid accounts
  • 2fa.txt contains accounts that need two factor authentication
  • full_capture.txt contains all details including tokens if you enabled it

notes

  • using mobile headers gives better success rates because Glovo expects mobile traffic
  • use good quality proxies if you have many accounts to check
  • the script has built in delays to avoid rate limiting
  • access tokens expire after some time but can be used immediately while they last

for any issues

make sure your Python version is recent make sure curl_cffi is properly installed check that your proxies are working

About

Glovo Account Checker is a Python tool that validates Glovo accounts using their official API

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages