Mincka / DMArchiver

A tool to archive the direct messages, images and videos from your private conversations on Twitter
GNU General Public License v3.0
223 stars 25 forks source link

Use the contact handler or the group name in the filename #20

Closed Mincka closed 7 years ago

Mincka commented 7 years ago

For a group chat: ['conversation']['title']['raw']

Single user: '{0} (@{1})'.format(json['conversation']['title']['raw'], json['conversation']['title']['screen_name'])

Mincka commented 7 years ago

Not compatible with incremental updates because the names can change. Dropping this idea for now.