A Discord bot wrote with Python. Kizmeow let you track your NFT project and display some useful information(e.g. market cap, floor price, total supply, eth price, gas fee, transaction history, display NFT owner, download original resolution NFT image...etc) by calling Etherscan and OpenSea API.(This repl is in development)
If you like this project, please give me star on the upper right corner:)
This repl is not finish yet. If you want to try, you can simply click the blue letter below and invite the bot to your test server. There are still some bugs, I'll fix them ASAP.
Please use this version, V2 follows the modular design and I fixed some bugs in the previous version. There's no Chinese version for V2 currently.
Kizmeow NFT Tracker V2 invite link
Kizmeow NFT Tracker V2 repl.it
These bots are just demos, if you found commands not work, please kick the bot and reinvite it to your server. If you found bots offline, that's normal, I run these bots on repl.it, somtimes bots will offline because many people use my demo bots. If you want a stable bot, I suggest you build your own bot base on my code, or run the bot on your computer insted of on repl.it
If you no nothing about coding, I suggest you contact me via Discord Xeift#1230, I can create customize bot for your project for free(for minor changes in original bot, I don't have time to create a fully customize bot for you). Or you can just simply click the blue letter above and invite the bot to your server.
As you can see, there are 3 folders.
I put the code of old bot in achive
folder.
Kizmeow NFT Tracker V2
is the main bot, most functions are in this bot. In order to use this bot, you need Etherscan API key.
Kizmeow OpenSea Trade Tracker
is the bot that will send embed message in specific channel when there's a list or sold event on OpenSea. This is its only function. In order to use this bot, you need Etherscan API key and OpenSea API key.
send message in specific channel when there's a list or sold event of your NFT collection on OpenSea
/demi-human
//you can change these three commands below to your project in code. You can contact me if you know nothing about coding.
display real-time price of Demi-Human.
/demi-human-history
display history price of Demi-Human.
/demi-nft
search specific Demi-Human NFT by token id. option: token_id
/project-realtime
display real-time price of specific project. option:project_name
/project-history
display history price of specific project. option:project_name
/project-nft
search the NFT of a specific item and a specific number. option:contract_address token_id
/txn
enter the address and display the transaction record. option: eth_address
/account_info
enter the address to display ETH balance and Demi NFT balance. option: eth_address
environment
- Python > 3.8
packages
- discord
- discord-py-slash-command
- qrcode
- urllib
- json
- asyncio
- request
- flask
If you want to use different version bot, change the repl.it link I fork in the video.
https://www.youtube.com/watch?v=WFP9LdiB8yk
There are 2 ways to run this bot. Whether you choose first or second method, you'll need Discord bot token and Etherscan API. If you choose the second method, you'll also need Uptimerbot account. If you want to use "send message in specific channel when there's a list or sold event of your NFT collection on OpenSea" this function, you'll also need OpenSea API key, you can apply for the API key here. Fill in the google form to apply for the API key. They will send API key to your gmail in about 2 days
You can run it on repl.it, just fork it and run. Remember to change discord bot token and Etherscan API key, then put them in environment variable. DO NOT PUT TOKENS IN YOUR CODE DIRECTLY cuz repls on replit is public if you use their free plan, and there are some ppl using scrypt to grab your token. Next, copy the link here, create a Uptimerbot account and paste your link here.
Just download it and install all the packages in Requirement, make sure you have install python. Remember to change discord bot token and Etherscan API key. Then, run main.py
https://watercatuwu.github.io/kizmeow-nft-site/
by WaterCatMeow