kensdy / Xbox-Gamertag-Tracking

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%