Home

Awesome

<div align="center">

Maintainer Python Category License Version Logo

Tracer

Tracer detects on which website a username is currently in use!

Official Repository ยท Report Bug

</div> <br/>

Features


Tracer provides the following features:

<div align="right">

(Beam me up)

</div> <br/>

Built With


</br>

Getting Started


Prerequisites

For Tracer to work, you will need Python 3.7 or later and pip. You can download Python from the official website. Python ships with pip. Verify the versions:

python -V
pip -V # or "python -m pip -V"
<div align="right">

(Beam me up)

</div>

Installation

  1. Clone this repository
git clone https://github.com/chr3st5an/tracer.git

๐Ÿ›ˆ If you do not have git, you can download this repository by clicking on Code > Download ZIP. Unzip the folder and open a terminal.

  1. Navigate into the just downloaded folder
cd tracer/
  1. Install dependencies
pip install -r ./requirements.txt
<div align="right">

(Beam me up)

</div> <br/>

Usage


After you installed all dependencies you are ready to run Tracer for the first time ๐ŸŽ‰ To do so, open a terminal in the project's root folder and run the following command:

python tracer [OPTIONS] username

Where [OPTIONS] are optional flags you can pass to Tracer to modify its behavior. More about options later.

<div align="right">

(Beam me up)

</div> <br/>

GUI


Tracer also offers a GUI in form of a webapp. You can run the webapp by executing the following command:

python tracer --web tracer

This will run the webapp on port 12345. Tracer should automatically open your browser and connect to the webapp. If not, open your browser manually and type http://127.0.0.1:12345 into the search bar and hit enter.

Browser

<div align="right">

(Beam me up)

</div> <br/>

Options


For a list of all available commands and options, use the -h flag or read the following section

python tracer -h
<details> <summary>Options</summary> </details> <div align="right">

(Beam me up)

</div> <br/>

License


This project is licensed under the MIT license. For more information check out the project's license file.

<div align="right">

(Beam me up)

</div> <br/> <div align="center"> <a href="https://www.buymeacoffee.com/chr3st5an" target="_blank"> <img src="https://cdn.buymeacoffee.com/buttons/v2/default-violet.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"/> </a> </div>