Skip to content

Commit

Permalink
Deploying to gh-pages from @ 4aabc2a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
claromes committed Jun 25, 2024
1 parent 644f44b commit 56e9b33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Pre-release: |release|

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`` tag), CSV, and JSON formats.

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.12528448.svg
:target: https://doi.org/10.5281/zenodo.12528448

.. note::
Intensive queries can lead to rate limiting, resulting in a temporary ban of a few minutes from web.archive.org.

Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ <h1>Wayback Tweets<a class="headerlink" href="#wayback-tweets" title="Link to th
<img alt="Wayback Tweets" class="align-center" src="_images/waybacktweets_title.png" />
<p>Pre-release: v1.0a5</p>
<p>Retrieves archived tweets CDX data from the Wayback Machine, performs necessary parsing (see <a class="reference internal" href="field_options.html#field-options"><span class="std std-ref">Field Options</span></a>), and saves the data in HTML (for easy viewing of the tweets using the <code class="docutils literal notranslate"><span class="pre">iframe</span></code> tag), CSV, and JSON formats.</p>
<a class="reference external image-reference" href="https://doi.org/10.5281/zenodo.12528448" rel="noopener noreferrer" target="_blank"><img alt="https://zenodo.org/badge/DOI/10.5281/zenodo.12528448.svg" src="https://zenodo.org/badge/DOI/10.5281/zenodo.12528448.svg" /></a>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Intensive queries can lead to rate limiting, resulting in a temporary ban of a few minutes from web.archive.org.</p>
Expand Down
4 changes: 2 additions & 2 deletions workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="https://unpkg.com/d3/dist/d3.min.js"></script>
<script>
window.addEventListener("load", function () {
var svgs = d3.selectAll(".mermaid#id-29db264c-239b-4ae9-8d7f-b5490874dd65 svg");
var svgs = d3.selectAll(".mermaid#id-04cf695c-0f0b-4331-a3a9-2fdd586b8148 svg");
svgs.each(function() {
var svg = d3.select(this);
svg.html("<g>" + svg.html() + "</g>");
Expand Down Expand Up @@ -76,7 +76,7 @@ <h3>Navigation</h3>
<p>The tool was written following a proposal not only to retrieve data from archived tweets, but also to facilitate the reading of these tweets. Therefore, a flow is defined to obtain these results in the best possible way.</p>
<p>Due to limitations of the Wayback CDX Server API, it is not always possible to parse the results with the mimetype <code class="docutils literal notranslate"><span class="pre">application/json</span></code>, regardless, the data in CDX format are saved.</p>
<p>Use the mouse to zoom in and out the flowchart.</p>
<div align="center" id="id-29db264c-239b-4ae9-8d7f-b5490874dd65" class="mermaid align-center">
<div align="center" id="id-04cf695c-0f0b-4331-a3a9-2fdd586b8148" class="mermaid align-center">
flowchart TB
A[input Username]--&gt; B[(Wayback Machine)]
B--&gt; B1[save Archived Tweets CDX data]
Expand Down

0 comments on commit 56e9b33

Please sign in to comment.