social-twitter
Wayback Tweets (claromes)
A tool that queries the Wayback Machine's capture index to list every archived tweet for a given handle. It draws on the same underlying Wayback capture data, scoped to one account at a time. Reach for it to enumerate a user's surviving archived tweets, though the hosted app itself often sleeps or times out.
Por que é útil e como funciona
Wayback Tweets, built by developer Clarissa Mendes, queries the Wayback Machine's capture index for every archived tweet tied to a single username and presents them in a browsable list. It is the fastest way to take stock of what archived copies exist for a specific account rather than chasing individual tweet URLs one at a time. The hosted web app runs on Streamlit and can be slow to wake up, but the underlying data it draws on is the same Wayback capture index and is always available. Echo links you directly to the app so you can type in the handle you need.
O que há dentro
Coverage is bounded entirely by what the Wayback Machine has crawled for that account. There is no independent archive; results vary from a handful of captures to thousands depending on how often the account was crawled.
Acesso via API
wraps Wayback CDX: http://web.archive.org/cdx/search/cdx?url=twitter.com/ <user>/status/*&output=json
Acesso
Programmatic API access (a key may be required, see the API tag).