You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/app.py
+9-13Lines changed: 9 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -170,14 +170,14 @@ def scroll_page():
170
170
171
171
st.image(TITLE, use_column_width="never")
172
172
st.caption(
173
-
"[](https://github.com/claromes/waybacktweets/releases) [](https://github.com/sponsors/claromes)"# noqa: E501
173
+
"[](https://github.com/claromes/waybacktweets/releases) [](https://claromes.github.io/waybacktweets) [](https://github.com/sponsors/claromes)"# noqa: E501
174
174
)
175
175
st.write(
176
-
"Retrieves archived tweets CDX data in HTML (for easy viewing of the tweets using the iframe tag), CSV, and JSON formats."# noqa: E501
176
+
"Retrieves archived tweets CDX data in HTML (for easy viewing of the tweets), CSV, and JSON formats."# noqa: E501
177
177
)
178
178
179
179
st.write(
180
-
"This application uses the Wayback Tweets Python package, which can be used either as a module or as a standalone command-line tool. [Read the documentation](https://claromes.github.io/waybacktweets) for more information."# noqa: E501
180
+
"For better performance, use the CLI version, available on [PyPI](https://pypi.org/project/waybacktweets)."# noqa: E501
Copy file name to clipboardExpand all lines: docs/index.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ Pre-release: |release|
11
11
12
12
Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing (see :ref:`field_options`), and saves the data in HTML, for easy viewing of the tweets using the iframe tags, CSV, and JSON formats.
0 commit comments