Hacky Python scripts for downloading your Twitter likes & converting to HTML. Note: I used this once and have no intention of updating it or spending any more seconds thinking about Twitter. Good luck!
I'm encountering a limitation : i can't fetch my older tweets. I've been using twitter since 2015, but i can't get anything past may 2020. I'm not getting any errors in the console (the scripts declares that the job is done).
i'm not sure if it's linked to
the total number of tweets the script is capable of downloading (capping at 24 pages)
the max age of the tweets (i'm not getting any tweet older than 05/23/2020)
maybe a policy change in twitter's infra around that date
any ideas on what might've gone wrong here?
thank you for your time!
Thank you for sharing your work :)
I'm encountering a limitation : i can't fetch my older tweets. I've been using twitter since 2015, but i can't get anything past may 2020. I'm not getting any errors in the console (the scripts declares that the job is done).
i'm not sure if it's linked to
any ideas on what might've gone wrong here? thank you for your time!
(i'm running the script from zsh, sonoma 14.5)