Skip to content

Instantly share code, notes, and snippets.

View Soupstraw's full-sized avatar
🦧

Joosep Jääger Soupstraw

🦧
View GitHub Profile
### Keybase proof
I hereby claim:
* I am Soupstraw on github.
* I am soupstraw (https://keybase.io/soupstraw) on keybase.
* I have a public key whose fingerprint is F58F F8D5 256E AD97 8F1F 76A6 2A83 D64B A788 A854
To claim this, I am signing this object:
import re
from functools import reduce
from collections import defaultdict
from random import randint
usr_dict = defaultdict(list)
data = []
# Parse chat logs
for filename in ['94.html', '61.html', '36.html']: