Inspiration
I found that there is no API, database or any other familiar method of working with PMRK data for use in other projects (for example, dashboard, telegram bot or additional analytics)
What it does
Parse dump RMRK files (v1, v2, vLite) to PSQL (postgresql db) format SQL
How we built it
I studied the specification from the RMRK documentation and the real structure of the data for different RMRK versions and wrote a script in pure python3
Challenges we ran into
Lack of data and samples on the requested and additional fields, their types.
Accomplishments that we're proud of
It works and does it quickly
What we learned
RMRK specs :)
What's next for rmrk2psql parser
I will make another project using the resulting database (if I find some free time) You can also share this for other members, since many had a problem at the stage of fetching data
Built With
- postgresql
- python
- rmrk
Log in or sign up for Devpost to join the conversation.