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
- Host: GitHub
- URL: https://github.com/arranf/hots-json-to-sqlite
- Owner: arranf
- License: mit
- Created: 2017-12-11T13:32:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-09T18:40:42.000Z (over 7 years ago)
- Last Synced: 2025-07-06T01:02:33.880Z (11 months ago)
- Topics: heroes-of-the-storm, python3
- Language: Python
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.