Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 895 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 895 Bytes

What this is

Telegram bot to notify you of changing floor prices for NFT collections you choose to watch.

Features

  • Simple setup and forget. No database or server configuration necessary.
  • Configurable with other secondary marketplaces.

Limitations

  • Only tested and configured to work with Opensea and MagicEden so far
  • You need to add find the slugs for the collections you are watching and add to config manually

Preview

preview

Notes

This gets spammy so I recommend to only run it when you're actively looking to buy

Build and run

Requirements

Steps

go get -d
go build
./floorbot

or

go run main.go