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: 5 months ago
JSON representation
:facepunch: Find available Twitter handles via dictionary brute force
- Host: GitHub
- URL: https://github.com/sup/twitter-handle-finder
- Owner: sup
- Created: 2016-01-26T09:37:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T09:39:36.000Z (over 9 years ago)
- Last Synced: 2025-01-03T04:54:41.522Z (6 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`