Skip to content

Jckpt/scrape_league_items

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What does it do?

This program scrapes items from https://leagueoflegends.fandom.com/ and puts them into a json file

{
  "item": [
        {
          "id": 0,
          "name": "Abyssal Scepter",
          "alternativeName": [],
          "active": "undefined",
          "passive": "undefined",
          "stats": [
            "+10% cooldown reduction",
            "+300 health",
            "+100% base health regeneration",
            "+65 magic resistance"
          ],
          "consume": "undefined",
          "file": "Abyssal_Scepter_item_HD.webp"
        },
        {
          "id": 1,
          "name": "Adaptive Helm",
          "alternativeName": [],
          "active": "undefined",
          "passive": "Unique: Taking magic damage from a spell or effect reduces all subsequent magic damage taken from that source by 20% for 4 seconds. Multiple sources of magic damage can have this effect active at any one time and the duration is tracked separately per source.",
          "stats": [
            "+10% cooldown reduction",
            "+350 health",
            "+100% base health regeneration",
            "+55 magic resistance"
          ],
          "consume": "undefined",
          "file": "Adaptive_Helm_item_HD.webp"
        }
    ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages