https://github.com/jorgebg/github-username-checker
Find the username you want
https://github.com/jorgebg/github-username-checker
github python
Last synced: about 2 months ago
JSON representation
Find the username you want
- Host: GitHub
- URL: https://github.com/jorgebg/github-username-checker
- Owner: jorgebg
- License: mit
- Created: 2015-04-16T23:56:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-16T23:57:58.000Z (about 11 years ago)
- Last Synced: 2025-03-06T19:45:36.616Z (over 1 year ago)
- Topics: github, python
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Find the username you want**
Do you want a short username on GitHub? There are still some short usernames available.
This tool asks GitHub for you.
**Requires Python 3**
```bash
$ python checker.py --help
usage: checker.py [-h] [--domain DOMAIN] [--workers WORKERS] [--url URL]
[--test]
optional arguments:
-h, --help show this help message and exit
--domain DOMAIN bruteforce or random
--workers WORKERS thread workers
--url URL API endpoint
--test run mock.py first
```