{"id":20737938,"url":"https://github.com/tarranprior/blackstar","last_synced_at":"2026-05-25T23:35:19.356Z","repository":{"id":116739400,"uuid":"499667178","full_name":"tarranprior/blackstar","owner":"tarranprior","description":"✈️ An asynchronous and lightweight reconnaissance tool which searches for usernames across common social networking platforms. Built with Python.","archived":false,"fork":false,"pushed_at":"2024-02-25T17:34:34.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T01:29:06.705Z","etag":null,"topics":["intelligence","osint","python","social-networks","usernames"],"latest_commit_sha":null,"homepage":"https://github.com/tarranprior/blackstar","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/tarranprior.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-06-03T22:25:36.000Z","updated_at":"2024-08-14T21:06:38.000Z","dependencies_parsed_at":"2024-02-25T04:19:26.965Z","dependency_job_id":"7fbf95b7-65a2-497c-9b51-19b8efaf1a1f","html_url":"https://github.com/tarranprior/blackstar","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/tarranprior%2Fblackstar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fblackstar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fblackstar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarranprior%2Fblackstar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarranprior","download_url":"https://codeload.github.com/tarranprior/blackstar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243024517,"owners_count":20223620,"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","osint","python","social-networks","usernames"],"created_at":"2024-11-17T06:16:02.472Z","updated_at":"2025-12-12T08:17:17.692Z","avatar_url":"https://github.com/tarranprior.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blackstar\nAn asynchronous and lightweight open-source intelligence tool which searches for usernames across common social networking platforms.\n\n```\n                          ______  _              _                            \n             ,d8         (____  \\| |            | |           _               \n          ,d888\" ,d       ____)  ) | _____  ____| |  _  ___ _| |_ _____  ____ \n      888888888,d88      |  __  (| |(____ |/ ___) |_/ )/___|_   _|____ |/ ___)\n =888888888888888K       | |__)  ) |/ ___ ( (___|  _ (|___ | | |_/ ___ | |    \n      888888888\"Y88      |______/ \\_)_____|\\____)_| \\_|___/   \\__)_____|_|    \n          \"Y888, \"Y      \n             \"Y8         An open-source intelligence tool for blazing-fast\n                         username enumeration.\n```\n\n## Disclaimer\nThis tool was made for educational purposes only.\n\n## Prerequisites\n* Python\n* [Poetry](https://python-poetry.org/docs) (or the [pip](https://pypi.org/project/pip/) package management tool.)\n\n## Installation\n1. Clone the repository:\n```bash\ngit clone https://github.com/tarranprior/blackstar\n```\n\n2. Change the directory:\n```bash\ncd blackstar\n```\n\n3. Install the dependencies:\n```bash\n# Install using Poetry:\npoetry install\n\n# Install using pip:\npip install -r requirements.txt\n```\n\n## Usage\n```bash\nblackstar.py [-h] [-u USERNAME] [-t TIMEOUT] [--show-all]\n```\n\n### Results.json - Example\n```json\n{\n    \"parameters\": {\n        \"username\": \"example\",\n        \"date\": \"01/01/2001 00:00:00\",\n        \"total_sites\": 100,\n        \"search_duration\": \"3.02s\"\n    },\n    \"results\": [\n        {\n            \"site\": \"9GAG\",\n            \"url\": \"https://9gag.com/u/example\",\n            \"response_status\": \"200 OK\",\n            \"success\": true\n        },\n        {\n            \"site\": \"About.me\",\n            \"url\": \"https://about.me/example\",\n            \"response_status\": \"404 Not Found\",\n            \"success\": false\n        },\n        {\n            \"site\": \"AskFM\",\n            \"url\": \"https://ask.fm/example\",\n            \"response_status\": \"200 OK\",\n            \"success\": true\n        },\n    ]\n}\n```\n\n## License\nThis project is licensed under the [MIT](https://github.com/tarranprior/blackstar/blob/main/LICENSE) License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarranprior%2Fblackstar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarranprior%2Fblackstar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarranprior%2Fblackstar/lists"}