From bcf0d7c7647535e776af432284b492d3128fb595 Mon Sep 17 00:00:00 2001 From: claromes Date: Sun, 25 May 2025 11:19:48 -0300 Subject: [PATCH] update urls --- CITATION.cff | 22 +++++++++------------- README.md | 6 +++--- docs/_templates/page.html | 4 ++-- pyproject.toml | 4 ++-- waybacktweets/_cli.py | 2 +- waybacktweets/api/visualize.py | 4 ++-- 6 files changed, 19 insertions(+), 23 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index f730ed1..9e9e55d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -14,29 +14,25 @@ authors: identifiers: - type: doi value: 10.5281/zenodo.12528447 - description: The concept DOI of the work. + description: Retrieves archived tweets from Wayback Machine in HTML, CSV, and JSON. - type: url value: "https://pypi.org/project/waybacktweets/" description: Python Package Index. - type: url - value: "https://claromes.github.io/waybacktweets/" + value: "https://waybacktweets.claromes.com/" description: Documentation. repository-code: "https://github.com/claromes/waybacktweets" -url: "https://claromes.github.io/waybacktweets" +url: "https://waybacktweets.claromes.com/" abstract: >- - Retrieves archived tweets CDX data from the Wayback - Machine, performs necessary parsing, and saves the data in - HTML (for easy viewing of the tweets using the iframe - tag), CSV, and JSON formats. + Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing, and saves the data in HTML, for easy viewing of the tweets using the iframe tags, CSV, and JSON formats. keywords: - Twitter - - Wayback Machine + - X - Tweets - - Python + - Wayback Machine - OSINT - SOCMINT - - X + - Python license: GPL-3.0 -commit: 16f9997a8e2e2b87932ca061bf5731cd65d1d588 -version: 1.0a5 -date-released: "2024-06-24" +version: 1.0 +date-released: "2025-05-26" diff --git a/README.md b/README.md index b8236a2..a895035 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![PyPI](https://img.shields.io/pypi/v/waybacktweets)](https://pypi.org/project/waybacktweets) [![PyPI Downloads](https://static.pepy.tech/badge/waybacktweets)](https://pepy.tech/projects/waybacktweets) -Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing (see [Field Options](https://claromes.github.io/waybacktweets/field_options.html)), and saves the data in HTML, for easy viewing of the tweets using the iframe tags, CSV, and JSON formats. +Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing (see [Field Options](https://waybacktweets.claromes.com/field_options)), and saves the data in HTML, for easy viewing of the tweets using the iframe tags, CSV, and JSON formats. ## Installation @@ -48,7 +48,7 @@ Options: Documentation: - https://claromes.github.io/waybacktweets/ + https://waybacktweets.claromes.com/ ``` ## Module @@ -101,7 +101,7 @@ Important: Starting from version 1.0, the web app will no longer receive all upd ## Documentation -- [Wayback Tweets documentation](https://claromes.github.io/waybacktweets) +- [Wayback Tweets documentation](https://waybacktweets.claromes.com/) - [Wayback CDX Server API (Beta) documentation](https://archive.org/developers/wayback-cdx-server.html) ## Acknowledgements diff --git a/docs/_templates/page.html b/docs/_templates/page.html index 701f810..902cb7d 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -6,9 +6,9 @@ - + - + {% endblock %} diff --git a/pyproject.toml b/pyproject.toml index c087769..5311355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,8 +31,8 @@ classifiers = [ exclude = ["app/**", "assets/**", "docs/**", ".streamlit/**"] [tool.poetry.urls] -"Homepage" = "https://claromes.github.io/waybacktweets/" -"Documentation" = "https://claromes.github.io/waybacktweets/" +"Homepage" = "https://waybacktweets.claromes.com/" +"Documentation" = "https://waybacktweets.claromes.com/" "Issue Tracker" = "https://github.com/claromes/waybacktweets/issues" [tool.poetry.dependencies] diff --git a/waybacktweets/_cli.py b/waybacktweets/_cli.py index ed95303..7b2c747 100644 --- a/waybacktweets/_cli.py +++ b/waybacktweets/_cli.py @@ -50,7 +50,7 @@ Examples:\n With options and verbose output: waybacktweets --from 20200305 --to 20231231 --limit 300 --verbose jack\n\n Documentation:\n - https://claromes.github.io/waybacktweets/ + https://waybacktweets.claromes.com/ """, # noqa: E501 ) @click.argument("username", type=str) diff --git a/waybacktweets/api/visualize.py b/waybacktweets/api/visualize.py index 5e3cc34..b7c8072 100644 --- a/waybacktweets/api/visualize.py +++ b/waybacktweets/api/visualize.py @@ -59,7 +59,7 @@ class HTMLTweetsVisualizer: html = "\n" html += '\n' - html += "\n" + html += "\n" html += "" html += '\n' @@ -183,7 +183,7 @@ class HTMLTweetsVisualizer: html += f'{page}\n' html += "\n" - html += '

generated by Wayback Tweets↗

\n' + html += '

generated by Wayback Tweets↗

\n' html += """