Skip to content

Instantly share code, notes, and snippets.

View wassupluke's full-sized avatar
🪧
The only thing better than an open API is a well-documented API 🙏🏻

Luke Wass wassupluke

🪧
The only thing better than an open API is a well-documented API 🙏🏻
View GitHub Profile
@quiver
quiver / coros_get_activity_list.py
Last active February 6, 2025 16:13
Python Script to get data from COROS Training Hub
'''
Python PoC to interact with COROS Training Hub.
URL : https://training.coros.com/
This script retrieves COROS's activity list for 2022/12.
$ python3 coros_activity_list.py
date,name,sportType,totalTime,distance,calorie,trainingLoad
20221230,Foo Run,100,9538,14651.11,1266085,117
@mikepruett3
mikepruett3 / shell-setup.ps1
Last active November 17, 2025 06:36
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018