jkcdarunday / opensea-monitor

Monitors prices in OpenSea and notifies if they go below a certain threshold

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSea Monitor

A personal script that monitors OpenSea prices and notifies when the lowest price of specific collections go below a certain price threshold.

Setup

Install dependencies

npm ci

Change configuration

vim index.js

Usage

Running once

npm start

Running scheduled using cron

 */5 * * * * export DISPLAY=:0 && export XDG_RUNTIME_DIR=/run/user/$(id -u) && cd /path/to/opensea-monitor && node index.js

About

Monitors prices in OpenSea and notifies if they go below a certain threshold


Languages

Language:JavaScript 100.0%