Skip to content

Instantly share code, notes, and snippets.

Verifying my Blockstack ID is secured with the address 1MUWQSMtg2BeKvsMN6pZMRgptzwhiuXruA https://explorer.blockstack.org/address/1MUWQSMtg2BeKvsMN6pZMRgptzwhiuXruA
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreihcacemz7ibakypcwhooqghsehkf4on7cvfzrjkgdwwtyxowa4eke ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@ErikBjare
ErikBjare / analyze_wakatime.py
Last active April 26, 2024 13:43
Reads a Wakatime export, and prints the hours spent on ActivityWatch projects, by project and by date.
"""
Reads a Wakatime export, and prints the hours spent on ActivityWatch projects, by project and by date.
Original author: @brayo-pip
Modifications by: @ErikBjare
"""
import csv
import json
import sys