An open API service indexing awesome lists of open source software.

https://github.com/arranf/hots-json-to-sqlite

A tool for converting the heroes-talents JSON data to a SQLite DB
https://github.com/arranf/hots-json-to-sqlite

heroes-of-the-storm python3

Last synced: 11 months ago
JSON representation

A tool for converting the heroes-talents JSON data to a SQLite DB

Awesome Lists containing this project

README

          

# SQLite Heroes of the Storm Data

For my [Flutter Heroes of the Storm App](https://github.com/arranf/Heroes-Companion) I needed the information about Heroes to be stored in a SQLite datbase rather than the JSON form I kept finding so I built a quick Python script to build the database from the [heroes-talents](https://github.com/heroespatchnotes/heroes-talents) repository.