Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sup/twitter-handle-finder
- Owner: sup
- Created: 2016-01-26T09:37:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T09:39:36.000Z (almost 9 years ago)
- Last Synced: 2024-11-09T04:38:02.405Z (2 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`