Xbox Gamertag Tracker
English | Português
This Python script allows tracking and checking the existence of Gamertags on Xbox-related websites. It queries the following sites:
The script uses the requests
library for making HTTP requests and BeautifulSoup
for HTML parsing.
- Python
- Python libraries:
requests
,beautifulsoup4
- Clone this repository:
git clone https://github.com/kensdy/Xbox-Gamertag-Tracking
- Install dependencies:
pip install -r requirements.txt
- Run the script:
python xbox_gamertag_tracker.py
You can configure log display by changing the exibir_logs
variable to True
or False
at the beginning of the script.
Enter the name to be checked: example_gamertag
This script is inspired by the Sherlock project.
Confira o readme.md em potuguês.