Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Releases: Mincka/DMArchiver

0.2.6

15 Feb 09:47
Compare
Choose a tag to compare

Fixes #71, thanks to @cajuncooks

0.2.5

21 Oct 19:07
Compare
Choose a tag to compare

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

0.2.4

25 Apr 08:03
Compare
Choose a tag to compare

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

0.2.3

30 Dec 13:03
Compare
Choose a tag to compare

Fix the parsing of GIFs and videos

0.2.2

11 Nov 11:21
Compare
Choose a tag to compare

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

0.2.1

10 Nov 22:27
Compare
Choose a tag to compare

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

02 Oct 20:52
Compare
Choose a tag to compare

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

0.1.9

30 Sep 10:04
Compare
Choose a tag to compare

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

10 Aug 17:32
Compare
Choose a tag to compare

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

0.1.7

09 Jul 17:09
Compare
Choose a tag to compare

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.