update poetry config, review tweet parser error msg
authorClaromes <claromes@hey.com>
Fri, 21 Jun 2024 15:05:46 +0000 (12:05 -0300)
committerClaromes <claromes@hey.com>
Fri, 21 Jun 2024 15:05:46 +0000 (12:05 -0300)
pyproject.toml
waybacktweets/api/parse.py

index 2085a840d9fe1da89731b6aa0e17b5e81b57b908..4f2608bd50dfd149daca69ed2c18935d406c9bf7 100644 (file)
@@ -5,6 +5,7 @@ description = "Retrieves archived tweets CDX data from the Wayback Machine, perf
 authors = ["Claromes <support@claromes.com>"]
 license = "GPLv3"
 readme = "README.md"
+repository = "https://github.com/claromes/waybacktweets"
 keywords = [
     "twitter",
     "tweet",
index c6d3510618e474219dc64d6ab5c87d1e5d4ac406..f338bb775268689612a95dada8f62c50c7412d38 100644 (file)
@@ -98,7 +98,7 @@ class TwitterEmbed:
         except HTTPError:
             if config.verbose:
                 rprint(
-                    f"[yellow]{self.tweet_url} not available on the user's account, but the CDX data was saved."  # noqa: E501
+                    f"[yellow]{self.tweet_url} not available on the user's Twitter account, but the CDX data was saved."  # noqa: E501
                 )
         except GetResponseError as e:
             if config.verbose: