Skip to content

Instantly share code, notes, and snippets.

View megamaz's full-sized avatar
💻
mid programmer

megamaz

💻
mid programmer
View GitHub Profile
# Download your data dump and place this file in the "messages" folder of your data dump.
# Run it using python
from datetime import datetime, timedelta, timezone
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
import matplotlib.dates as mdates
import csv
import json
import os