Razviar / marvelsnaptracker

Marvel Snap Tracker repo
https://marvelsnap.pro/
154 stars 34 forks source link

Using the marvelsnap.pro api #40

Open 112RG opened 1 year ago

112RG commented 1 year ago

Is the API open to use by anybody? I am looking to maybe write my own tracker app using Tauri with just JS node typescript. Is anybody allowed to use the API?

Razviar commented 1 year ago

Hello! Please contact me via admin@marvelsnap.pro

borgmanJeremy commented 1 year ago

This is funny timing! I was also looking into writing something in Tauri + Rust for better linux compatibility. Are there any doc's on what files this application uses to update the live tracker? It seems the json files are only updated when the match ends.

I was planning to just dig through the existing code but if there are design documents that could help me out.

Edit: Nevermind. I see that this works by only updating the stats after the match. It does not print live statistics. Sorry for the confusion!