HadockKali / SpellDB

Spell database generator for League of Legends using the Community Dragon API and data hoards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues


SpellDB Generator

SpellDB: Generates an abilities database for league champions.

Report Bug · Request Feature

About The Project

SpellDB is a program written using C# to parse, scrape and generate a .json file with the current patch abilities of League of Legends champions. It uses the CommunityDragon API to get the ability duration, cost and range. Useful for various projects but invaluable to scripting platforms.

Getting Started

To compile the functional program yourself follow these simple steps.

Installation

  1. Clone the repo

    git clone https://github.com/HadockKali/SpellDB
  2. Open the solution

  3. Compile in Visual Studio 17+ for Release and Any CPU

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Copyright (c) Hadock 2023. See LICENSE for more information.

Contact

Hadock - @navruc - navruc.dimitri@gmail.com

Project Link: SpellDB

About

Spell database generator for League of Legends using the Community Dragon API and data hoards.


Languages

Language:C# 100.0%