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

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.

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
```