https://github.com/wheelerlaw/username-finder
Finds all the available usernames from various websites. Defaults to at most 3 letters long.
https://github.com/wheelerlaw/username-finder
Last synced: 2 months ago
JSON representation
Finds all the available usernames from various websites. Defaults to at most 3 letters long.
- Host: GitHub
- URL: https://github.com/wheelerlaw/username-finder
- Owner: wheelerlaw
- License: gpl-3.0
- Created: 2017-03-02T20:52:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T22:11:23.000Z (over 8 years ago)
- Last Synced: 2025-01-30T07:30:59.846Z (4 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# username-finder
Finds all the available usernames from a given website. Defaults to at most 3 letters long.# Usage:
To use, just run one of the provided scripts (e.g. GitHub): `python github.py`
To edit how long usernames to find up to, change the following line:
```py
maxLength = 3
```