This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |