timhutton / twitter-archive-parser

Python code to parse a Twitter archive and output in various ways
GNU General Public License v3.0
2.4k stars 111 forks source link

Bugfix: make sure there are no empty handles in UserData #142

Closed flauschzelle closed 1 year ago

flauschzelle commented 1 year ago

An empty handle in UserData caused a crash in the group DMs parsing. There shouldn't be UserData with handle = None anyway. So I built in a few more checks to prevent that.