A personal script that monitors OpenSea prices and notifies when the lowest price of specific collections go below a certain price threshold.
npm ci
vim index.js
npm start
*/5 * * * * export DISPLAY=:0 && export XDG_RUNTIME_DIR=/run/user/$(id -u) && cd /path/to/opensea-monitor && node index.js