Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

Parse League of Legends patch notes into a marchine-readable format

Notifications You must be signed in to change notification settings

CommunityDragon/LeaguePatchNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

League of Legends patch notes parser

Parse League of Legends patch notes from leagueoflegends.com into JSON.

Currently supporting patches 8.13 to 8.22.

Quickstart

Python 3.6 is required.

# download patch notes (here for patch 8.22)
./leaguepatchnotes download -o patch-notes-8.22.html 8.22
# parse patch notes into JSON
./leaguepatchnotes parse -o patch-notes-8.22.json patch-notes-8.22.html

About

Parse League of Legends patch notes into a marchine-readable format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages