Skip to content

This Python script allows tracking and checking the existence of Gamertags on Xbox-related websites.

License

Notifications You must be signed in to change notification settings

kensdy/Xbox-Gamertag-Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Repository Views

Requirements

  • Python
  • Python libraries: requests, beautifulsoup4

Usage

  1. Clone this repository:
git clone https://github.com/kensdy/Xbox-Gamertag-Tracking
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the script:
python xbox_gamertag_tracker.py

Configuration

You can configure log display by changing the exibir_logs variable to True or False at the beginning of the script.

Usage Example

Enter the name to be checked: example_gamertag

This script is inspired by the Sherlock project.


Confira o readme.md em potuguês.

About

This Python script allows tracking and checking the existence of Gamertags on Xbox-related websites.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages