Arweave Bot Monitoring

What is Arweave Bot Monitoring?

Arweave is a decentralized storage chain where users can monitor content stored on it using tags on Arweave.

Learn more about Arweave?

Typical Scenarios for Arweave Bot

  1. Monitoring Mirror articles

  2. Monitoring other lightweight data stored on Arweave

Note:

Users of Arweave may store large files on the chain, such as PDFs, mp4 formats, etc. Currently, the ChainBot platform does not support parsing content of large file types.

Supported Data Sources

Data SourceTypeStability

Arweave

on chain

Very High

How to Configure Arweave Bot Monitoring?

After logging into the ChainBot platform, click on the upper-right corner "Create Bot" -> "Arweave Monitor."

Create a Arweave Bot

Info Description

Field NameDescriptionRequired

Name

Bot monitoring name

Yes

Tags

Bot monitoring tags, useful for search

Yes

Tags Conditions Description

ParameterSymbolDescription

App-Name

==, in

Application name tagged by Arweave users on Arweave, e.g., Mirror uses the tag "mirrorxyz"

Contributor

==, in

Contributor of content on Arweave, for example, the author of an article in Mirror

Original-Content-Digest

empty, notEmpty

When content on Arweave is updated, the digest of the initial push content will be tagged as Original-Content-Digest

Data Conditions Description

Users can filter content entities stored on Arweave based on their own conditions. For example, if you want to monitor articles with the keyword Aptos on Mirror, you should fill it in as:

Conditions Demo

Template Variables Description

VariableDescription

$data.{}

Data information retrieved from specific content on Arweave, dynamically parsed

$tags.{}

The value of any tag parsed from Arweave, dynamically parsed

$tx.id

Transaction ID on Arweave

$tx.owner.address

Initiator of the transaction on Arweave

$block.id

Block hash generated on Arweave

$block.timestamp

Timestamp of the block generated on Arweave

$block.height

Height of the block generated on Arweave

Default Alarm Template

[{$bot.name}]
{$data.authorship.contributor} published new article
Title: {$data.content.title}
View: https://mirror.xyz/{$data.authorship.contributor}/{$tags.original_content_digest}
Time: {formatTime($data.content.timestamp)}

Learn more about Alarm Notification Template?

Notification Message Example

[ Aptos Mirror Monitoring ]

0x7620D7991a8469ef7F26B5Da7952e27C16074367 published a new article aptos1021

View: https://mirror.xyz/0x7620D7991a8469ef7F26B5Da7952e27C16074367/HvyIBgIbHud_9oyx6_MSyuFFWONKFeqtRdUniZmX7lE

Time: 1669643104

Created By ChainBot.io

Arweave Bot Monitoring Case

Arweave Bot Example

Last updated