Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sup/github-handle-finder
:facepunch: Find available Github handles via dictionary brute force
https://github.com/sup/github-handle-finder
Last synced: 8 days ago
JSON representation
:facepunch: Find available Github handles via dictionary brute force
- Host: GitHub
- URL: https://github.com/sup/github-handle-finder
- Owner: sup
- Created: 2016-01-26T08:36:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T09:06:29.000Z (over 8 years ago)
- Last Synced: 2024-11-09T04:38:09.379Z (2 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-handle-finder
Find available Github handles via dictionary brute force. The main `ghf.py` script will iterate through a line-separated file and check each word for availability as a Github handle. Results are saved in a `results.txt` file.## Installation
`virtualenv venv && source venv/bin/activate && pip install -r requirements.txt`## Usage
`python ghf.py dictionary.txt`