{"id":13461707,"url":"https://github.com/marteinn/The-Big-Username-Blocklist","last_synced_at":"2025-03-24T22:34:52.694Z","repository":{"id":36804344,"uuid":"41111176","full_name":"marteinn/The-Big-Username-Blocklist","owner":"marteinn","description":"This is a opinionated blocklist of words that you might not like to see used as usernames in your service.","archived":false,"fork":false,"pushed_at":"2021-10-13T18:14:33.000Z","size":126,"stargazers_count":615,"open_issues_count":3,"forks_count":46,"subscribers_count":24,"default_branch":"main","last_synced_at":"2024-05-23T01:08:53.081Z","etag":null,"topics":["blocklist","blocklist-data"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marteinn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-20T18:05:03.000Z","updated_at":"2024-05-13T09:56:30.000Z","dependencies_parsed_at":"2022-08-08T17:15:45.343Z","dependency_job_id":null,"html_url":"https://github.com/marteinn/The-Big-Username-Blocklist","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marteinn%2FThe-Big-Username-Blocklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marteinn%2FThe-Big-Username-Blocklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marteinn%2FThe-Big-Username-Blocklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marteinn%2FThe-Big-Username-Blocklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marteinn","download_url":"https://codeload.github.com/marteinn/The-Big-Username-Blocklist/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245366204,"owners_count":20603438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blocklist","blocklist-data"],"created_at":"2024-07-31T11:00:53.678Z","updated_at":"2025-03-24T22:34:48.440Z","avatar_url":"https://github.com/marteinn.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# The-Big-Username-Blocklist\nThis is a opinionated blocklist of words that you might not like to see used as usernames in your service (think **username**.domain.com, domain.com/**username** or **username**@domain.com).\n\nThe editable blocklist can be found in [list_raw.txt](list_raw.txt) and is categorized into six sections:\n\n- **Privileges** User privilege terms to prevent faked authority. Example: _root_, _super_\n- **Code**: Programming terms that you might want to avoid in a url. Example: _void_, _null_\n- **Terms**: Various technical terms. Example: _request_, _system_\n- **Financial**: This is for the spammers/scammers. Example: _payment_, _invoice_\n- **Sections**: Common website pages and sections. Example: _faq_, _help_\n- **Actions**: User actions. Example: _delete_, _create_\n\nYou can try the blocklist using the tool [Username checker](http://marteinn.github.io/The-Big-Username-Blacklist-JS/).\n\nPlease note that this list does not contain any curse words, there are [other lists](https://github.com/shutterstock/List-of-Dirty-Naughty-Obscene-and-Otherwise-Bad-Words) for that.\n\n\n## How it works\n\nThis repro contains standard data files, just pick the format of your choosing.\n\n- newline: [list.txt](list.txt)\n- json: [list.json](list.json)\n- python: [list.py](list.py)\n- javascript (es6): [list.js](list.js)\n- javascript (commonjs): [list-commonjs.js](list-commonjs.js)\n- php: [list.php](list.php)\n- yaml: [list.yaml](list.yaml)\n\n\n## Packages\n\nBlocklist has been ported to different languages.\n\n### Official\n- [python](https://github.com/marteinn/the-big-username-blacklist-python)\n- [node](https://github.com/marteinn/the-big-username-blacklist-js)\n\n### Third party libraries containing data from blocklist\n- [the_big_username_blacklist (ruby)](https://github.com/unlearned/the_big_username_blacklist)\n- [the-big-username-blacklist (elixir)](https://github.com/dcrtantuco/the-big-username-blacklist)\n- [username-blocklist (rust)](https://lib.rs/crates/username-blocklist)\n- [django-username-tools (python/django)](https://github.com/poudel/django-username-tools)\n\n\n## Contributing\n\nWant to contribute? Awesome.\n\n- Checkout the origin/develop branch\n- First edit `list_raw.txt`\n- When you are done, run `python scripts/generate.py`.\n- ... This script will update the various list files.\n- Done? Send a pull request.\n\n\n### Release start\n\nThese hooks will automatically bump the application version when using `git flow release ...`\n\n```bash\nchmod +x $PWD/git-hooks/bump-version.sh\nln -nfs $PWD/git-hooks/bump-version.sh .git/hooks/post-flow-release-start\nln -nfs $PWD/git-hooks/bump-version.sh .git/hooks/post-flow-hotfix-start\n```\n\n## Git workflow and release management\n\nThis project uses [gitflow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) and semantic versioning.\n\n\n## License\n\nThe-Big-Username-Blocklist is released under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarteinn%2FThe-Big-Username-Blocklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarteinn%2FThe-Big-Username-Blocklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarteinn%2FThe-Big-Username-Blocklist/lists"}