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
- 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
- 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
-
You need Python 3.8 or higher
-
pip install curl_cffi
-
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
- 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
- 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
make sure your Python version is recent make sure curl_cffi is properly installed check that your proxies are working