<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>Andres Pirela</title>
        <link>https://paragraph.com/@andres-pirela</link>
        <description>undefined</description>
        <lastBuildDate>Thu, 14 May 2026 20:58:34 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Andres Pirela</title>
            <url>https://storage.googleapis.com/papyrus_images/38bf2fba4f7683bcc1fe58936cba64e8e1eda2f63757c3da47bb4b6d5e8e4d6e.jpg</url>
            <link>https://paragraph.com/@andres-pirela</link>
        </image>
        <copyright>All rights reserved</copyright>
        <item>
            <title><![CDATA[News Archiver Project for Arweave]]></title>
            <link>https://paragraph.com/@andres-pirela/news-archiver-project-for-arweave</link>
            <guid>u6acYTu3LU5y24TKsryA</guid>
            <pubDate>Mon, 21 Feb 2022 17:32:34 GMT</pubDate>
            <description><![CDATA[Recently, an initiative started by the Arweave team with a big push on archiving everything related to the current Russia-Ukraine situation. The goal is simple: Store anything that’s related to it and let historians figure it out in the future. By having this information in the permaweb, we can guarantee it will survive overtime, and censorship to the articles with different perspectives won’t be possible. The most important thing about this philosophy is that we don’t necessarily care about ...]]></description>
            <content:encoded><![CDATA[<p>Recently, an initiative started by the Arweave team with a big push on archiving everything related to the current Russia-Ukraine situation. The goal is simple: Store anything that’s related to it and let historians figure it out in the future.</p><p>By having this information in the permaweb, we can guarantee it will survive overtime, and censorship to the articles with different perspectives won’t be possible. The most important thing about this philosophy is that we don’t necessarily care about what we’re storing, we only care about providing historians enough information for researches in the future (who knows, maybe dozens of the generations ahead).</p><p>With this initiative, I created &apos;<code>https://github.com/andreespirela/ukraine-russia-permaweb</code></p><p><a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://github.com/andreespirela/ukraine-russia-permaweb">https://github.com/andreespirela/ukraine-russia-permaweb</a></p><p>A script that was mainly to archive news about the situation, but it’s now possible to store any sort of news as long as you provide the needed keywords.</p><figure float="none" data-type="figure" class="img-center" style="max-width: null;"><img src="https://storage.googleapis.com/papyrus_images/590cf9dbd1751455e6d48f71cb6623432ae629e6d67a1642bcd1ecfd74671d1a.png" alt="It works in a very simple way and you only need to follow the steps such as providing the environmental variables and running \`node index.js\`" blurdataurl="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=" nextheight="600" nextwidth="800" class="image-node embed"><figcaption HTMLAttributes="[object Object]" class="">It works in a very simple way and you only need to follow the steps such as providing the environmental variables and running \`node index.js\`</figcaption></figure><p>With this script, you can migrate hundreds of thousands of news articles. As I write this blog, this script has already archived over 10500 articles with their respective PDF snapshot.</p><h2 id="h-pdf-snapshots-and-why" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">PDF Snapshots &amp; Why?</h2><p>Websites and their components such as CSS, HTML, JS and everything that makes a news website (or any website for instance) work are not meant to be stored in the permawe but if you take a PDF snapshot (Screenshot of the website saved in PDF format) you can replicate how the website looked at the moment it was archived in the permaweb. We believe this is important in order to provide historians with complete context alongside a full picture of the article, not only a title and description.</p><h2 id="h-checking-the-archive-machine" class="text-3xl font-header !mt-8 !mb-4 first:!mt-0 first:!mb-0">Checking the Archive Machine</h2><p>You can check how many articles we have stored by running the following GraphQL query in <a target="_blank" rel="noopener noreferrer nofollow ugc" class="dont-break-out" href="https://arweave.net/graphql">https://arweave.net/graphql</a></p><pre data-type="codeBlock" text="query {
            transactions(
                tags: [{
                    name: &quot;Initiative&quot;,
                    values: [&quot;AndresPirelaUkraineRussia&quot;]
                }],
                first: 100
            ) {
                edges {
                    node {
                        id,
                    },
                cursor
                }
            }
        }
"><code>query {
            transactions(
                tags: [{
                    name: <span class="hljs-string">"Initiative"</span>,
                    values: [<span class="hljs-string">"AndresPirelaUkraineRussia"</span>]
                }],
                first: <span class="hljs-number">100</span>
            ) {
                edges {
                    node {
                        id,
                    },
                <span class="hljs-attribute">cursor</span>
                }
            }
        }
</code></pre><p>This is also visible in the repository file <code>fetch-all.js</code> which you can run by doing <code>deno run --allow-all fetch-all.js</code></p>]]></content:encoded>
            <author>andres-pirela@newsletter.paragraph.com (Andres Pirela)</author>
        </item>
    </channel>
</rss>