{"id":15642156,"url":"https://github.com/c3n7ral051nt4g3ncy/whatsmyname-python","last_synced_at":"2025-04-10T23:04:14.414Z","repository":{"id":146034513,"uuid":"534199403","full_name":"C3n7ral051nt4g3ncy/WhatsMyName-Python","owner":"C3n7ral051nt4g3ncy","description":"As a regular contributor to Project WhatsMyName, this is a script I made for myself to check sites are working","archived":false,"fork":false,"pushed_at":"2024-05-31T17:23:52.000Z","size":228,"stargazers_count":97,"open_issues_count":1,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:04:06.948Z","etag":null,"topics":["intelligence","intelligence-gathering","opensource","osint","osint-python","osint-tool","python3","username","username-checker","username-search"],"latest_commit_sha":null,"homepage":"https://whatsmyname.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/C3n7ral051nt4g3ncy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-08T12:21:59.000Z","updated_at":"2025-04-03T15:45:06.000Z","dependencies_parsed_at":"2023-05-03T17:21:15.890Z","dependency_job_id":"fd2ef85a-7af4-49ae-9a47-0429b41f1bc0","html_url":"https://github.com/C3n7ral051nt4g3ncy/WhatsMyName-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C3n7ral051nt4g3ncy%2FWhatsMyName-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C3n7ral051nt4g3ncy%2FWhatsMyName-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C3n7ral051nt4g3ncy%2FWhatsMyName-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/C3n7ral051nt4g3ncy%2FWhatsMyName-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/C3n7ral051nt4g3ncy","download_url":"https://codeload.github.com/C3n7ral051nt4g3ncy/WhatsMyName-Python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312141,"owners_count":21082638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["intelligence","intelligence-gathering","opensource","osint","osint-python","osint-tool","python3","username","username-checker","username-search"],"created_at":"2024-10-03T11:54:58.875Z","updated_at":"2025-04-10T23:04:14.383Z","avatar_url":"https://github.com/C3n7ral051nt4g3ncy.png","language":"Python","funding_links":["https://ko-fi.com/WebBreacher"],"categories":[],"sub_categories":[],"readme":"[![security: bandit](https://img.shields.io/badge/security-bandit-yellow.svg)](https://github.com/PyCQA/bandit)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n\n# [WhatsMyName](https://github.com/WebBreacher/WhatsMyName) Python Script V1.2 🔍\nAs a regular contributor to Project [WhatsMyName](https://whatsmyname.app), this is a python script I made for myself to check if sites are working, and I thoroughly enjoyed making it.. \n\nThe script is unofficial and is not part of project WhatsMyname.\n\nThe 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.\n\nFeel free to use it, it's open source, that's what it is for! \n\n\u003cimg width=\"333\" src=\"https://user-images.githubusercontent.com/104733166/189120786-f854c5f8-57df-408c-bf33-b8eda521572c.png\"\u003e\n\n# Support ♡\nThere 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](https://github.com/WebBreacher/WhatsMyName) and to [@WebBreacher](https://ko-fi.com/WebBreacher). **DO NOT DONATE TO ME**\n\n# License ©\nI 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**\n\n# Installation ⚙️\n\n```\ngit clone https://github.com/C3n7ral051nt4g3ncy/WhatsMyName-Python\n```\n\n```\ncd WhatsMyname-Python\n```\n\n```\npip3 install -r requirements.txt\n```\n\n**or depending on your setup you may have to just use `pip` instead of pip3:**\n\n```\npip install -r requirements.txt\n```\n\n# Usage 📖\nI wanted something pretty simple to use, these are the only commands you should know:\u003cbr\u003e\n\n\u003cbr\u003e\n\n- **Help command**: \n```\npython3 whatsmyname.py -h \n```\n\u003cbr\u003e\n\n- Check **number of sites** currently supported on Project WhatsMyName:\n```\npython3 whatsmyname.py -c \n```\n\u003cbr\u003e\n\n- Check the Project WhatsMyName **Full sites List**:\n```\npython3 whatsmyname.py -f\n```\n\u003cbr\u003e\n\n- Scan Project WhatsMyName (full sites list) for a single **Target Username**:\n\n```\npython3 whatsmyname.py -u anonymouse\n```\n\u003cbr\u003e\n\n- **Single Site Search** for a Target Username, for example you want to know if secretmonkey is on Ebay:\n\n```\npython3 whatsmyname.py -u secretmonkey -s ebay\n```\n\n# Screenshot 📸\n\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"633\" src=\"https://github.com/C3n7ral051nt4g3ncy/WhatsMyName-Python/assets/104733166/408d7df6-1408-4884-8b99-933e0213f292.png\"\u003e\u003cp/\u003e\n\n# .HTML Report Generation \nThis provides an easy and smooth way to have a general view of all the sites found, to click links one after the other, and to keep/save the data.\n\n\u003cimg width=\"933\" src=\"https://github.com/C3n7ral051nt4g3ncy/WhatsMyName-Python/assets/104733166/54acf575-ac53-4468-a486-1ffb867e09c1.png\"\u003e\n\n\n\n\n\n# Latest Improvements 🚀\n\n- Links were made clickable (May 2024), Special thanks to [boringthegod](https://github.com/boringthegod) for the request and idea.\n- The scan is now much faster (May 2024), and is still accurate. (But it's always worth comparing with WhatsMyName Web to be on the safe side).\n- **HTML Report Generation** (May 2024): The user now gets a .html report at the end of the scan, all links are in one place, and can be clicked, or kept somewhere as proof.\n\n# Contributors 🎉\n\nHuge thanks to the following contributors for their valuable contributions to this project:\n\n\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd align=\"center\"\u003e\n            \u003ca href=\"https://github.com/hippiiee\"\u003e\n                \u003cimg src=\"https://avatars.githubusercontent.com/u/41185722?v=4\" width=\"99;\" alt=\"@hippiiee\"/\u003e\n                \u003cbr /\u003e\n                \u003csub\u003e\u003cb\u003e@Hippiiee\u003c/b\u003e\u003c/sub\u003e\n            \u003c/a\u003e\n     \n\u003cbr\u003e\n\u003cbr\u003e\n\nTo add yourself to this list, please make a pull request with your GitHub username.\n\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc3n7ral051nt4g3ncy%2Fwhatsmyname-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc3n7ral051nt4g3ncy%2Fwhatsmyname-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc3n7ral051nt4g3ncy%2Fwhatsmyname-python/lists"}