Skip to content

Instantly share code, notes, and snippets.

from collections import Counter # To count stuff for us
import datetime # Because datetime printing is hard
import facebook # FB API wrapper ("pip install facebook-sdk")
import time # Get current time
import subprocess # Used to send notifications on mac
import sys # Get system info
__author__ = 'Henri Sweers'