Kingyo is a NFT discord bot that showcases latest nft sale from a targetted collection/smart contract using the OpenSea API.
-
Clone the repo
git clone https://github.com/retconned/kingyo-bot
-
Change directory to the project folder
cd kingyo-bot
-
Edit the
template.env
to.env
and add your tokens & API Keys, request your opensea API key HereBOT_TOKEN=Your-Discord-Bot-token OS_API=Your-OpenSea-Api-Token CONTRACT=Your-Collection-Smart-Contract-Address CHANNEL_ID=Discord-channel-ID-that-sales-will-be-posted-into
-
Run the app locally
yarn dev
-
Build the docker image
docker build . -t kingyo-bot