Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`