Skip to content

A simple 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...etc) by calling Etherscan and OpenSea API.

License

Notifications You must be signed in to change notification settings

arielh1004/Kizmeow-OpenSea-and-Etherscan-Discord-Bot

 
 

Repository files navigation

Kizmeow-OpenSea-and-Etherscan-Discord-Bot

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.

Quickstart

As you can see, there are 3 folders.

image

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.

What can these bots do?

Kizmeow OpenSea Trade Tracker

send message in specific channel when there's a list or sold event of your NFT collection on OpenSea

image

Kizmeow NFT Tracker V2

/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

Requirements

environment

  • Python > 3.8

packages

  • discord
  • discord-py-slash-command
  • qrcode
  • urllib
  • json
  • asyncio
  • request
  • flask

Video Tutorial

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

Usage

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

1.run it on repl.it(cloud)

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, image create a Uptimerbot account and paste your link here. image

2.run it on your computer(local)

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

Official Website

https://watercatuwu.github.io/kizmeow-nft-site/

by WaterCatMeow

Bot Avatar Illustrator

姬玥 Kiyue avatar

About

A simple 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...etc) by calling Etherscan and OpenSea API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%