Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shouldbee/reserved-usernames
590+ usernames in this dictionary! A list of reserved usernames to prevent url collision with resource paths. This repository hosts the list in multiple formats like JSON, CSV, SQL and plain text. You can use its just download its by wget.
https://github.com/shouldbee/reserved-usernames
Last synced: 21 days ago
JSON representation
590+ usernames in this dictionary! A list of reserved usernames to prevent url collision with resource paths. This repository hosts the list in multiple formats like JSON, CSV, SQL and plain text. You can use its just download its by wget.
- Host: GitHub
- URL: https://github.com/shouldbee/reserved-usernames
- Owner: shouldbee
- License: mit
- Created: 2014-07-30T08:23:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-26T17:36:04.000Z (over 1 year ago)
- Last Synced: 2024-08-05T17:32:39.423Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 612
- Watchers: 12
- Forks: 58
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - shouldbee/reserved-usernames - 590+ usernames in this dictionary! A list of reserved usernames to prevent url collision with resource paths. This repository hosts the list in multiple formats like JSON, CSV, SQL and plain text. You (PHP)
README
# Reserved usernames list
A list of reserved usernames to prevent url collision with resource paths.
This repository hosts the list in multiple formats like JSON, CSV, SQL and plain text.
You can use its just download its by `wget`.## Downloading
You can download the list by `wget`.
CSV:
```
wget https://github.com/shouldbee/reserved-usernames/raw/master/reserved-usernames.csv
```JSON:
```
wget https://github.com/shouldbee/reserved-usernames/raw/master/reserved-usernames.json
```SQL:
```
wget https://github.com/shouldbee/reserved-usernames/raw/master/reserved-usernames.sql
```Plain text:
```
wget https://github.com/shouldbee/reserved-usernames/raw/master/reserved-usernames.txt
```## Contribution
### How to add new usernames
You need `go` to compile multiple formats.
1. Edit reserved-usernames.txt.
2. Run `make build`.
3. Commit it.
4. Then pull request it!