timhutton / twitter-archive-parser

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

DM Usernames not all parsing #157

Open Michael0830 opened 1 year ago

Michael0830 commented 1 year ago

The DM usernames are not all parsing. Some have the link there where you can click on it and go to the users twitter account however the username is not being displayed in the chat itself or the name of the file. out of about 720 different dms, 317 still had the user ID number instead of the actual username.

Michael0830 commented 1 year ago

It seems like the dms that are not parsed are from users that do not follow the account anymore. Is there a fix for this?