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.
Social API degraded
Why it’s useful & how it works
The Streamlit app sleeps/times out, but the underlying CDX call works both ways — integrate the CDX query directly rather than the app.
What’s inside
Bounded by Wayback coverage; per-account.
API access
wraps Wayback CDX: http://web.archive.org/cdx/search/cdx?url=twitter.com/ <user>/status/*&output=json
Access
Programmatic API access (a key may be required — see the API tag).