Skip to content

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

Notifications You must be signed in to change notification settings

xiaohuangniuu/discord-nft-floor-price

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.8%
  • Dockerfile 18.2%