Skip to content

Instantly share code, notes, and snippets.

View Enderchief's full-sized avatar
👋

Enderchief

👋
  • Canada
  • 15:39 (UTC -07:00)
View GitHub Profile
#!/usr/bin/env python3
# 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 dateutil.parser
import matplotlib.pyplot as plt
import matplotlib.ticker as ticker
import matplotlib.dates as mdates
import csv
@trag1c
trag1c / python_removed.md
Created October 13, 2022 04:33
Stuff removed in Python 3.x