{"id":25934483,"url":"https://github.com/sanand0/marvel-powers","last_synced_at":"2025-10-12T03:37:42.260Z","repository":{"id":136299793,"uuid":"607079791","full_name":"sanand0/marvel-powers","owner":"sanand0","description":"Scrapes Marvel Fandom for character powers","archived":false,"fork":false,"pushed_at":"2023-08-11T05:25:48.000Z","size":643,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-12T03:37:40.651Z","etag":null,"topics":["data"],"latest_commit_sha":null,"homepage":null,"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/sanand0.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-02-27T09:14:40.000Z","updated_at":"2025-04-17T06:58:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"f32df635-0cfd-43d7-bb81-198069e6c143","html_url":"https://github.com/sanand0/marvel-powers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanand0/marvel-powers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fmarvel-powers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fmarvel-powers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fmarvel-powers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fmarvel-powers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanand0","download_url":"https://codeload.github.com/sanand0/marvel-powers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanand0%2Fmarvel-powers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010144,"owners_count":26084692,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["data"],"created_at":"2025-03-04T00:58:01.692Z","updated_at":"2025-10-12T03:37:42.255Z","avatar_url":"https://github.com/sanand0.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Marvel Characters Power Grid\n\nMarvel rates character power on a [6-power grid](https://marvel.fandom.com/wiki/Power_Grid) of\nintelligence, strength, speed, durability, energy projection, and fighting skills.\n\n[scraper.py](scraper.py) scrapes this dataset from [Marvel Fandom](https://marvel.fandom.com/wiki/Category:Characters_by_Power_Grid)\nand saves it as 2 CSV files:\n\n1. [`marvel-powers.csv`](marvel-powers.csv) has 1 row per person and power combination. The columns are:\n   - `name`: Character name, e.g. `Bruce Banner (Earth-616)`\n   - `url`: URL to the character's page, e.g. `https://marvel.fandom.com/wiki/Bruce_Banner_(Earth-616)`\n   - `power`: Power name, e.g. `Strength`\n   - `value`: Power value, e.g. `Normal`\n   - `level`: Power level, e.g. `2`\n2. [`marvel-powers-summary.csv`](marvel-powers-summary.csv) has 1 row per person. The columns are:\n   - `name`: Character name, e.g. `Bruce Banner (Earth-616)`\n   - `url`: URL to the character's page, e.g. `https://marvel.fandom.com/wiki/Bruce_Banner_(Earth-616)`\n   - `min Durability`: Minimum character durability level\n   - `min Energy_Projection`: Minimum character energy projection level\n   - `min Fighting_Skills`: Minimum character fighting skills level\n   - `min Intelligence`: Minimum character intelligence level\n   - `min Speed`: Minimum character speed level\n   - `min Strength`: Minimum character strength level\n   - `max Durability`: Maximum character durability level\n   - `max Energy_Projection`: Maximum character energy projection level\n   - `max Fighting_Skills`: Maximum character fighting skills level\n   - `max Intelligence`: Maximum character intelligence level\n   - `max Speed`: Maximum character speed level\n   - `max Strength`: Maximum character strength level\n3. [`marvel-powers-summary.json`](marvel-powers-summary.json) has the same data as `marvel-powers-summary.csv` in JSON format.\n\nEach character may have multiple power levels. For example,\n[Anthony Stark (Earth-616)](https://marvel.fandom.com/wiki/Anthony_Stark_(Earth-616)#Powers)\nhas a strength level of 2 (Normal) without the Iron Man suit, and a strength level of 6 (Superhuman - 75-100 tons) with it.\n\nThe latest update is as of 27 Feb 2023. The dataset contains 2,899 characters, scraping ~113 pages.\n\n## Strongest Avenger\n\nAccording to this list, the strongest Avengers are:\n\n- [Iron Man](https://marvel.fandom.com/wiki/Anthony_Stark_(Earth-616)) - 33\n- [Thor](https://marvel.fandom.com/wiki/Thor_Odinson_(Earth-616)) - 32\n- [Hulk](https://marvel.fandom.com/wiki/Bruce_Banner_(Earth-616)) - 32\n- [James Rhodes (War Machine)](https://marvel.fandom.com/wiki/James_Rhodes_(Earth-616)) - 30\n- [Captain Marvel](https://marvel.fandom.com/wiki/Carol_Danvers_(Earth-616)) - 28\n\nThe weakest Avengers are:\n\n- [Rocket Raccoon](https://marvel.fandom.com/wiki/Rocket_Raccoon_(Earth-616)) - 14\n- [Samuel Wilson](https://marvel.fandom.com/wiki/Samuel_Wilson_(Earth-616)) - 14\n- [Clint Barton (Hawkeye)](https://marvel.fandom.com/wiki/Clinton_Barton_(Earth-616)) - 16\n- [Steve Rogers (Captain America)](https://marvel.fandom.com/wiki/Steven_Rogers_(Earth-616)) - 18\n- [Peter Parker (Spiderman)](https://marvel.fandom.com/wiki/Peter_Parker_(Earth-616)) - 19\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Fmarvel-powers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanand0%2Fmarvel-powers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanand0%2Fmarvel-powers/lists"}