Skip to content

Instantly share code, notes, and snippets.

View phdd's full-sized avatar

Peter phdd

View GitHub Profile
@phdd
phdd / toggl_to_hamster.py
Last active February 10, 2021 12:35 — forked from meunomemauricio/toggl_to_hamster.py
Script to Import a CSV file exported from Toggl.com to a Hamster DB
#! /usr/bin/python
"""Import CSV Files from Toggl to a Hamster DB."""
import argparse
import codecs
import csv
import sys
from datetime import datetime