From a204d66a44f8c521b411a872114472be22cea7a2 Mon Sep 17 00:00:00 2001 From: Alessio Date: Sat, 12 Feb 2022 16:04:54 -0800 Subject: [PATCH] Update CHANGELOG.txt for v0.1.1 --- CHANGELOG.txt | 6 ++++++ doc/TODO.txt | 11 ++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 821f891..6ff678d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -47,3 +47,9 @@ v0.1.0 - Add support for new GraphQL twitter API (dubbed "APIv2" in code). User feed scraping now uses this API - Embedded links (URLs) now have their short versions saved in the DB. + +v0.1.1 +------ + +- BUGFIX: fix selection of primary "TimelineAddEntries" field in APIv2 following breaking API change +- Add `-h, --help` command line flags to display help message and gracefully exit diff --git a/doc/TODO.txt b/doc/TODO.txt index 6f9a1c6..e689267 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -27,15 +27,20 @@ Conversation threads with two or more consecutive tombstones don't get scraped c Video size reduction: - add "bitrate" and "available bitrates" fields - option to upgrade or downgrade video quality -- TODO tombstone updating: - "Tweet is unavailable" tombstones are not always accurate. In user feed, they show as "not available" but the real reason is "deleted" etc; should update the tombstone type when fetching the conversation view -- If a tweet is deleted after getting a non-stub version, should still show a tombstone (or a modified one at least) - +- tweet-to-stub: If a tweet is deleted after getting a non-stub version, should still show a tombstone (or a modified one at least) +- stub-to-tweet: If a user un-privates after getting a stub-version (or tweet becomes available for other reasons), stub versions should write the real content and "stub" status should be removed TODO: Problem tweets - https://twitter.com/HazardHarringto/status/1481808740445741062: replies not loading - https://twitter.com/TyCardon/status/1480640777281839106: "Media has been disabled in response to report by copyright owner" - https://twitter.com/CovfefeAnon/status/1427693931047837702: parent thread not loading (possible GUI problem) - "account no longer exists" tombstone not being collected + +TODO: videos-view-count +- videos don't parse properly in APIv2 + +TODO: APIv2-pinned-tweets +- feed with pinned tweet