Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sup/twitter-handle-finder

:facepunch: Find available Twitter handles via dictionary brute force
https://github.com/sup/twitter-handle-finder

Last synced: 8 days ago
JSON representation

:facepunch: Find available Twitter handles via dictionary brute force

Awesome Lists containing this project

README

        

# twitter-handle-finder
Find available Twitter handles via dictionary brute force. The main `thf.py` script will iterate through a line-separated file and check each word for availability as a Twitter handle. Results are saved in a `results.txt` file.

## Installation
`virtualenv venv && source venv/bin/activate && pip install -r requirements.txt`

## Usage
`python thf.py dictionary.txt`