Skip to content

C3n7ral051nt4g3ncy/WhatsMyName-Python

Repository files navigation

security: bandit Code style: black

WhatsMyName Python Script 🔍

As a regular contributor to Project WhatsMyName, this is a python script I made for myself to check if sites are working, and I thoroughly enjoyed making it as I am still at the beginning of my Python journey.

The script is unofficial and is not part of project WhatsMyname, they have their own python script and I just wanted to experience making my own. Working with my own tools means that if I want to advance, I have to figure it out myself, which is a good way of training and improving.

The code has been put through Security Bandit to test for any issues, and also through Code Black to get a nice style that fits with PEP8 requirements.

Feel free to use it, it's open source so that's what it's there for!

Support ♡

There is no support button on this repository, this is because WhatsMyName is not my project, this is my own personal script, all support should go to the Project WhatsMyName and to @WebBreacher. DO NOT DONATE TO ME

License ©

I am a regular contributor to the Project WhatsMyName, but I am not officially part of its creation, WMN is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Copyright (C) 2022 Micah Hoffman

Installation ⚙️

git clone https://github.com/C3n7ral051nt4g3ncy/WhatsMyName-Python
cd WhatsMyname-Python
pip3 install -r requirements.txt

or depending on your setup you may have to just use pip instead of pip3:

pip install -r requirements.txt

Usage 📖

I wanted something pretty simple to use, these are the only commands you should know:


  • Help command:
python3 whatsmyname.py -h 

  • Check number of sites currently supported on Project WhatsMyName:
python3 whatsmyname.py -c 

  • Check the Project WhatsMyName Full sites List:
python3 whatsmyname.py -f

  • Scan Project WhatsMyName (full sites list) for a single Target Username:
python3 whatsmyname.py -u anonymouse

  • Single Site Search for a Target Username, for example you want to know if secretmonkey is on Ebay:
python3 whatsmyname.py -u secretmonkey -s ebay

Screenshot 📸

About

As a regular contributor to Project WhatsMyName, this is a script I made for myself to check sites are working

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages