From: Claromes Date: Wed, 16 Aug 2023 16:44:19 +0000 (-0300) Subject: update changelog and readme X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=cb58d6af12405eaebf0b7824299d1ae56863d444;p=waybacktweets.git update changelog and readme --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a7003..788d4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.2](https://github.com/claromes/waybacktweets/releases/tag/v0.2) - 2023-08-16 + +- Displays tweets as text +- Displays RTs info +- Displays `json` MIME type as `json` +- Adds progress bar +- Adds warning to `warc/revisit` MIME type +- Improves the code quality +- Screenshot tests as a alternative of `iframe` + - Keeps `iframe` + - Each screenshot of website takes too long + ## [v0.1.4](https://github.com/claromes/waybacktweets/releases/tag/v0.1.4) - 2023-07-21 - Add Pagination via CDX Server API - Update theme/ style diff --git a/README.md b/README.md index ea8eaf3..f896361 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,11 @@ # 🏛️ Wayback Tweets -[![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) +[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_red.svg)](https://waybacktweets.streamlit.app) [![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 multiple archived tweets on Wayback Machine to avoid opening each link manually. Via [Wayback CDX Server API](https://github.com/internetarchive/wayback/tree/master/wayback-cdx-server).

- -

-

- waybacktweets.streamlit.app +

*Thanks Tristan Lee for the idea.* @@ -42,7 +39,7 @@ Streamlit will be served at http://localhost:8501 - [x] `only_deleted` checkbox selected for handles without deleted tweets - [x] Pagination: set session variable on first click - [x] Pagination: scroll to top -- [ ] `IndexError` +- [x] `IndexError` - [ ] Timeout error ## Roadmap diff --git a/assets/app.png b/assets/app.png deleted file mode 100644 index 6ddf0ad..0000000 Binary files a/assets/app.png and /dev/null differ diff --git a/assets/wbt-0.2.gif b/assets/wbt-0.2.gif new file mode 100644 index 0000000..1cf478c Binary files /dev/null and b/assets/wbt-0.2.gif differ