From: Claromes Date: Thu, 7 Dec 2023 22:58:21 +0000 (-0300) Subject: clean urls X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=3ed3da8ff78168d598ef64063f71508af93951ee;p=waybacktweets.git clean urls --- diff --git a/README.md b/README.md index e521acf..d4db170 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,14 @@ Tool that displays, via [Wayback CDX Server API](https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server), 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. +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 tweets that do not have the original URL available. *Thanks Tristan Lee for the idea.* ## Community +>"We're always delighted when we see our community members create tools for open source research." — [Bellingcat](https://twitter.com/bellingcat/status/1728085974138122604) + >"Original way to find deleted tweets." — [Henk Van Ess](https://twitter.com/henkvaness/status/1693298101765701676) >"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](https://osintnewsletter.com/p/22#%C2%A7osint-community) diff --git a/app.py b/app.py index 10fc411..7fb7f1b 100644 --- a/app.py +++ b/app.py @@ -19,7 +19,7 @@ st.set_page_config( [![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/claromes/waybacktweets?include_prereleases)](https://github.com/claromes/waybacktweets/releases) [![License](https://img.shields.io/github/license/claromes/waybacktweets)](https://github.com/claromes/waybacktweets/blob/main/LICENSE.md) - Tool that displays, via Wayback CDX Server API, multiple archived tweets on Wayback Machine to avoid opening each link manually. 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. + Tool that displays, via Wayback CDX Server API, multiple archived tweets on Wayback Machine to avoid opening each link manually. 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 tweets that do not have the original URL available. This tool is a prototype, please feel free to send your [feedbacks](https://github.com/claromes/waybacktweets/issues). Created and maintained by [@claromes](https://github.com/claromes). @@ -34,6 +34,10 @@ hide_streamlit_style = '''