Skip to content

Releases: humandecoded/twayback

10-16-22 Release

16 Oct 14:50
41a7d8c
Compare
Choose a tag to compare

Broke the program out in to separate files for more modularity and easier understanding.
Added the ability to rotate through a list of proxies to avoid 429 errors.

03/09/2022

09 Mar 18:31
34a1e54
Compare
Choose a tag to compare

The dreaded asyncio.exceptions.TimeoutError has finally been resolved! No more Twayback leaving you behind :)

02/18/2022

18 Feb 05:12
b460229
Compare
Choose a tag to compare

HUGE improvements to async have arrived, thanks to the awesome @humandecoded! Status checking should be much speedier. ⏩

Twayback A is discontinued, as speed was the point there were two versions. 👋

Happy Pluto Day! You'll always be a planet in my heart. 💔

02/16/2022

16 Feb 15:52
17dc059
Compare
Choose a tag to compare

Twayback B has been updated!

async has been implemented, all thanks to @humandecoded , they are awesome! 💛

No more need to ping Archive.org to convert Twitter URLs to Wayback links! Now that happens locally on your computer. Saves you time, bandwidth, and errors! (#3)

02/14/2022

14 Feb 07:24
91da34d
Compare
Choose a tag to compare

Many bugs have been fixed! When you downloaded HTML pages before, you might have noticed all files were the same. Well, no more. Python script should work on Windows, Linux, and macOS with equal reliability. Non-Latin characters (such as in Arabic or Cyrillic) should display properly. Small but important change: now you can type the date as 2022-02-14 or 2022/02/14, and it'll work! Or, if you don't like punctuation, 20220214 is perfectly fine! 📅

Twayback now has a sibling! 👯

There is Twayback A and Twayback B.

Use Twayback A if you like speed, don't want Python to check the status code of every archive URL, and are trying to get some or all deleted archived Tweets from a handle with less than 3,200 active Tweets. 👍🏻

Use Twayback B if you like to get all deleted archived Tweets from someone with over 3,200 active Tweets. It does this through status code-checking. 😉

Added timeouts and better exception handling so Twayback can retry in cases of failure. ❌

Also made some things tidy for the birds. 🦢

02/13/2022

13 Feb 05:56
2e5979e
Compare
Choose a tag to compare

New feature: Screenshots! (Requires Chrome and Chrome driver.) 😊

More bugs have been rescued. 🐜

Parsing Tweets to text ACTUALLY WORKS this time. ✍

Happy Galentine's Day! 💘

02/12/2022

12 Feb 06:33
3eae61f
Compare
Choose a tag to compare

Tweets download using the requests library 💻

Twayback can now parse the text of Tweets and extract it to a file 📝

Sweeping dust and cleaning up here and there 🧹

02/11/2022

11 Feb 06:01
8b9a8c9
Compare
Choose a tag to compare

Bugs are annoying. (Except caterpillars, they're awesome.) 🐛

This release fixes any crashes you have encountered. 👍

Also, I didn't import waybackpack before. Now it is imported. 🤦‍♂️

Happy International Day of Women and Girls in Science! 💪🔬🔭🧪

02/06/2022

06 Feb 08:07
c952a7b
Compare
Choose a tag to compare
  • Progress bars are awesome, and they're here! 📶
  • Peppered some color here and there 🌈
  • Twayback can now tell you if the Wayback Machine excludes archived Tweets for the target handle (it can happen) ❌
  • Changed from BingBot to DuckDuckBot for checking status codes (I ♥ DuckDuckGo)
  • Now powered by waybackpack (thanks jsvine!) 🙏

02/04/2022

05 Feb 04:13
bacda5b
Compare
Choose a tag to compare

Second version, yay!

Batch has left the chat. Code is now 100% Python.