-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture Statuses? #6
Comments
Hey Tom! Hope you're having a good day. Thanks for bringing this to my attention. As it stands, the script should download all snapshots, I think some people many not want that. So what I can do is add an option to download either all snapshots or only the latest one. I'm almost done with the request, but I've been encountering problems. As you can see here, the only differences between the two scripts are two things: input statement asking user, and if/elif/else statement for removing duplicate Twitter links in case the user wants just one snapshot. The script works great for users choosing the all option. But for users choosing the one option, it doesn't work. I'm trying to figure out why, I'll get some help and see what's wrong. I'm pretty sure it's the dictionary thing at lines 125-127 that's generating the empty list, but why and how I can fix it, I don't know yet. Once I find a fix, I'll push it! Thank you, I wish you had a very good weekend. |
Whoops. Just realized I didn't phrase that correctly as it relates to Twitter. I meant to say, "is there any interest in updating the script to capture profile changes that the wayback machine captures, as opposed to just individual tweets" |
Ah. My rudimentary understanding of what you would like is a feature focused on profile changes. So for example, how has Elon Musk’s profile changed from one date to another. That’s a fantastic idea! I think it can be built upon: perhaps it can track changes in names, bios, and profile picture/cover picture URLs (although sometimes Wayback fails to save them). I will definitely push this feature as soon as I finish it. Thank you for your suggestion, I appreciate it! |
I've been tinkering with the script for the past two weeks, for the most part I think this is done, I pushed it to dev: https://github.com/Mennaruuk/twayback/blob/dev/twayback.py To use, append: -b for bios (You can combine them however you like.) Two issues I've noticed:
|
Would there be any interest in modding the tool to also capture previous statuses? The capability is already in there, just need to add it in.
The text was updated successfully, but these errors were encountered: