https://github.com/enzosv/nftfloorbot
Telegram bot for nft floor alerts
https://github.com/enzosv/nftfloorbot
magic-eden nft nft-marketplace opensea telegram-bot
Last synced: 6 months ago
JSON representation
Telegram bot for nft floor alerts
- Host: GitHub
- URL: https://github.com/enzosv/nftfloorbot
- Owner: enzosv
- License: mit
- Created: 2021-12-29T03:41:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-08T11:43:10.000Z (over 3 years ago)
- Last Synced: 2025-04-23T18:18:59.903Z (6 months ago)
- Topics: magic-eden, nft, nft-marketplace, opensea, telegram-bot
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://opensea.io/) and [MagicEden](https://www.magiceden.io/) so far
* You need to add find the slugs for the collections you are watching and add to config manually
## Preview

## Notes
This gets spammy so I recommend to only run it when you're actively looking to buy# Build and run
## Requirements
* go
* config.json. See [sample_config.json](https://github.com/enzosv/nftfloorbot/blob/main/sample_config.json) for more details.
## Steps
```
go get -d
go build
./floorbot
```
or
```
go run main.go
```