fiuderazes / waybacktweets

Archived tweets on Wayback Machine in an easy way

Home Page:https://waybacktweets.streamlit.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏛️ Wayback Tweets

Streamlit App GitHub release (latest by date including pre-releases) License

Tool that displays, via Wayback CDX Server API, multiple archived tweets on Wayback Machine to avoid opening each link manually. The app is a prototype written in Python with Streamlit and hosted at Streamlit Cloud.

Users can define the number of tweets displayed per page and apply filters based on specific years. There is also an option to filter and view only deleted tweets.

Thanks Tristan Lee for the idea.

Community

"Original way to find deleted tweets." — Henk Van Ess

"This is an excellent tool to use now that most Twitter API-based tools have gone down with changes to the pricing structure over at X." — The OSINT Newsletter - Issue #22

"One of the keys to using the Wayback Machine effectively is knowing what it can and can’t archive. It can, and has, archived many, many Twitter accounts... Utilize fun tools such as Wayback Tweets to do so more effectively." — Ari Ben Am

"Want to see archived tweets on Wayback Machine in bulk? You can use Wayback Tweets." — Daily OSINT

"Untuk mempermudah penelusuran arsip, gunakan Wayback Tweets." — GIJN Indonesia

"A tool to quickly view tweets saved on archive.org." — Irina_Tech_Tips Newsletter #3

Docs

Development

Requirement

  • Python 3.8+

Installation

$ git clone git@github.com:claromes/waybacktweets.git

$ cd waybacktweets

$ pip install -r requirements.txt

$ streamlit run app.py

Streamlit will be served at http://localhost:8501

Contributing

PRs are welcome. Check the roadmap or add a new feature.

Note

If the application is down, please check the Streamlit Cloud Status.

About

Archived tweets on Wayback Machine in an easy way

https://waybacktweets.streamlit.app

License:GNU General Public License v3.0


Languages

Language:Python 100.0%