DMArchiver Versions Save

A tool to archive the direct messages, images and videos from your private conversations on Twitter

0.2.6

4 years ago

Fixes #71, thanks to @cajuncooks

0.2.5

5 years ago

Fixes #43 (Support for Twitter handles as usernames), #56 and #58 (broken download of images and videos)

0.2.4

6 years ago

Fixes #49 "Expecting value: line 1 column 1 (char 0)"

0.2.3

6 years ago

Fix the parsing of GIFs and videos

0.2.2

6 years ago

Add support for session saving with -s / --save-session.

0.2.1

6 years ago

Add a new -d / --delay option to slow down the script. It can be a float value like 0.5 for a half-second delay between each requests. Update the user-agents and select it based on the current platform. Improve error handling: warn the user if the account has been locked out.

0.2.0

6 years ago

Fixes a regression bug that could prevent more than 40 conversations to be downloaded

0.1.9

6 years ago

Adds support for Twitter's paginate feature -> Mandatory update to prevent infinite loop during "Retrieving all the threads." step when no conversation id is specified -> May fix KeyError ("trusted" or "threads") in some cases Adds raw output for authentication and thread list retrieval (help debugging)

0.1.8

6 years ago

Fixes #59 "KeyError: Threads, Failed to execute script cmdline"

0.1.7

6 years ago

Add support for video download (-dv) Add the possibility to write the current conversation at any time and skip to the next one with Ctrl+C.