Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 599 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 599 Bytes

Twitter Name Finder

This short python script will look for available unclaimed twitter handles.

Usage: get_names.py [--brute N] [--dict FILE] [--out FILE]
  --brute N                Tries all possible names of length N
  --dict FILE              Tries names listed in the given file
  --out FILE               Stores all available names in the given file

Either --brute or --dict MUST be specified.

The dictionary file should be a newline-separated list of words. The output file follows the same format. The characters using in brute forcing are a-z, 0-9, and _.