https://github.com/codewithzaqar/whotrack
Hunt down social media accounts by username across social networks
https://github.com/codewithzaqar/whotrack
account cli command-line json python python3 readme
Last synced: 2 months ago
JSON representation
Hunt down social media accounts by username across social networks
- Host: GitHub
- URL: https://github.com/codewithzaqar/whotrack
- Owner: codewithzaqar
- License: mit
- Created: 2025-04-06T15:54:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T16:19:51.000Z (about 1 year ago)
- Last Synced: 2025-04-09T21:52:14.835Z (about 1 year ago)
- Topics: account, cli, command-line, json, python, python3, readme
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whotrack
> Find usernames across over 75 social networks

## Installation
```bash
# clone the repo
https://github.com/codewithzaqar/whotrack.git
# change the working directory to whotrack
$ cd whotrack
# install the requirements
$ pip install -r requirements.txt
```
## Usage
Just run ```python whotrack.py```
All of the accounts found will be stored in a text file with their username (e.g ```user123.txt```)
## License
MIT License
Copyright (c) 2025 Zaqar Hakobyan