update rk response print
authorClaromes <clarissamendes@alunos.utfpr.edu.br>
Tue, 14 Jan 2025 12:35:12 +0000 (09:35 -0300)
committerClaromes <clarissamendes@alunos.utfpr.edu.br>
Tue, 14 Jan 2025 12:35:12 +0000 (09:35 -0300)
waybacktweets/api/parse.py

index eefa605a4393e539b9986b41b5de7e9d04323e0a..16e645f64effc78f86d81d6d281abb401d89988d 100644 (file)
@@ -202,7 +202,7 @@ class TweetsParser:
         self.parsed_tweets["resumption_key"].append(resumption_key)
 
         rprint(
-            f'[blue]\nResumption Key: [bold]{resumption_key}[/bold]\nIf you are using the "limit" option, use this key in the "resumption_key" option and continue the query from the end of the previous query.\n'  # noqa: E501
+            f'[blue]\nResumption Key: [bold]{resumption_key}[/bold]\nIf you are using the "limit" (--limit, -l) option and your query is too long, use this key in the "resumption key" (--resumption_key, -rk) option to continue the query from where the previous one ended.\n'  # noqa: E501
         )
 
     def _add_field(self, key: str, value: Any) -> None: