Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
# export your data on desktop from settings -> advanced -> export telegram data
# update the userid below to yours
# run this in the same directory as your result.json
# based off adryd325's discord-scatter-plot.py;
# which was based off lunasorcery's twitter-scatter-plot.py
from datetime import datetime, timedelta, timezone
import dateutil.parser