No description
  • TypeScript 81.8%
  • Dockerfile 18.2%
Find a file
2022-01-04 11:56:50 -06:00
.github/workflows feat/inital-work 2021-11-03 16:55:24 -05:00
src feat: add solanart support (#2) 2021-12-29 10:07:18 -06:00
.gitignore feat/inital-work 2021-11-03 16:55:24 -05:00
Dockerfile feat: add solanart support (#2) 2021-12-29 10:07:18 -06:00
package.json feat: add solanart support (#2) 2021-12-29 10:07:18 -06:00
README.md Update README.md 2022-01-04 11:56:50 -06:00
tsconfig.json feat/inital-work 2021-11-03 16:55:24 -05:00

discord-nft-floor-price

⚠️This project has been merged with discord stock tickers.⚠️

display the floor price for an opensea/solanart nft collection in your discord sidebar

image

running

configuration is done via ENV vars and CMD:

  • DISCORD_BOT_TOKEN: the token for your discord bot
  • SLUG: the collection name from OpenSea or Solanart
  • NICKNAME: set price in nickname rather than activity
  • FREQUENCY: ms to update price

then pass the marketplace to use, either opensea or solanart currently

docker run -e SLUG='creature-world-collection' -e DISCORD_BOT_TOKEN='XXXXXXXXXXXXXXXXXXXXX' ghcr.io/rssnyder/discord-nft-floor-price:0.2.0 opensea
---
version: "3"
services:
  creature-world-collection:
    image: ghcr.io/rssnyder/discord-nft-floor-price:0.2.0
    restart: always
    cap_add:
      - SYS_ADMIN
    environment:
      - DISCORD_BOT_TOKEN=XXXXXXXXXXXXXXXXXXXXX
      - SLUG=creature-world-collection
    command: opensea

add to your server

if you would like a floor price bot for your server but cannot self-host with the instructions above, reach out to me on discord at jonesbooned#1111.