mhgbrg / personal-website

My personal website and blog. Uses a script that parses posts from Markdown files and spits out static html.
0 stars 1 forks source link

Use metrics from fysiken.nu to get workout streak #88

Open mhgbrg opened 8 years ago

mhgbrg commented 8 years ago

Fysiken has data over all your visits, and you can view it on their website. They probably don't have an API for this, so it would either have to be reverse engineered or scraped with a headless browser.

mhgbrg commented 8 years ago

To authenticate with API: POST http://fysiken.nu/umbraco/Surface/User/UserLogin with Username and Password in clear text.

To get statistics: POST http://fysiken.nu/umbraco/Surface/User/UserMonthStatistics?locale=sv-SE&year=2016&month=4 after authenticating.