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
.
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
You need go
to compile multiple formats.
- Edit reserved-usernames.txt.
- Run
make build
. - Commit it.
- Then pull request it!