{"id":20161115,"url":"https://github.com/ashishk1331/bleach-database","last_synced_at":"2026-05-03T12:38:46.938Z","repository":{"id":188443126,"uuid":"678747453","full_name":"ashishk1331/bleach-database","owner":"ashishk1331","description":"JSON database for all characters of the anime Bleach.","archived":false,"fork":false,"pushed_at":"2025-04-01T14:43:15.000Z","size":18394,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T15:24:30.982Z","etag":null,"topics":["bleach","database","json"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ashishk1331.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-15T09:25:26.000Z","updated_at":"2025-04-01T14:43:19.000Z","dependencies_parsed_at":"2025-01-13T13:46:46.958Z","dependency_job_id":"0ac5a9e8-77ae-49c2-aec2-de869ccbbd47","html_url":"https://github.com/ashishk1331/bleach-database","commit_stats":null,"previous_names":["ashishk1331/bleach-database"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ashishk1331/bleach-database","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishk1331%2Fbleach-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishk1331%2Fbleach-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishk1331%2Fbleach-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishk1331%2Fbleach-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashishk1331","download_url":"https://codeload.github.com/ashishk1331/bleach-database/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashishk1331%2Fbleach-database/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264353054,"owners_count":23595025,"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":["bleach","database","json"],"created_at":"2024-11-14T00:17:29.235Z","updated_at":"2026-05-03T12:38:41.898Z","avatar_url":"https://github.com/ashishk1331.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Bleach Banner](banner.png \"Banner\")\n\n# The Bleach Database\n\nI'm trying to create an absolute database for the Bleach Universe.\n\nAll the data has been harvested from [Bleach Fandom Wiki](https://bleach.fandom.com/wiki/Bleach_Wiki).\nSo I want to thank all creators over there.\n\n# Data\n\n```\nCharacters/\n├── Log File\n├── ArranCar/\n├── Humans/\n├── Quincy/\n└── Shinigami/\n```\n\n**NOTE**: `Log file` conatins an overview of total aggregate data present in the database.\n\n# Charater Data Schema\n\nUse UTF-8 encoding to support all Kanji characters.\n\n```\n.\n├── id\n├── slug\n├── name\n│   ├── english\n│   ├── kanji\n│   └── romaji\n├── description\n├── avatar\n├── stats\n│   ├── race\n│   ├── birthday\n│   ├── gender\n│   ├── height\n│   ├── weight\n│   ├── voices\n│   └── _other data_\n├── media\n│   ├── source/url\n│   └── alt\n└── quotes\n    ├── quote\n    ├── to\n    └── reference\n```\n\n**NOTE:** Quotes might be optional for some characters.\n\n# Avatars\n\n256x256px PNG character avatars are saved in the `images` folder, organized by `race`.\n\n```\nimages/\n├── arrancar/\n├── humans/\n├── quincy/\n└── shinigami/\n```\n\n# Scraping Files\n\n1. **main.py**\n   This is the main file for scraping all data. It arranges character data into JSON files under the `data` folder.\n\n2. **add_slugs.py**\n   This file adds slugs to individual characters based on their `id`.\n\n3. **fetch_images.py**\n   This file saves images for each character in the `images` folder. It also center-crops and scales down the images to 256x256px squares.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishk1331%2Fbleach-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashishk1331%2Fbleach-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashishk1331%2Fbleach-database/lists"}