Skip to content

Instantly share code, notes, and snippets.

View tkadlubo's full-sized avatar

Tadeusz Andrzej Kadłubowski tkadlubo

View GitHub Profile
@tkadlubo
tkadlubo / beem_day_counter.py
Created September 30, 2012 19:07
Beeminder Day Counter
#!/usr/bin/python
#Beeminder Day Counter by Tadeusz Andrzej KadŇāubowski.
#A simple Beeminder utility to increment yesterday goal value by one.
import argparse
import httplib
import json
@tkadlubo
tkadlubo / beem_destroyer.py
Created September 6, 2012 12:07
Destroy a beeminder goal
#!/usr/bin/python
# BEEM DESTROYER by Tadeusz Andrzej Kadłubowski
# Beem Destroyer is a script that deletes all the data points from a Beeminder goal.
# If you want to irrevocably destroy a goal, you first need to delete all the data
# that you put on it. This tool will help you with that. After using the Beem Destroyer
# you need to go to http://beeminder.com, view your goal's data tab (which should be
# empty now), and manually click "irrevocably destroy".