Skip to content

An asynchronous discord bot to keep track of specific NFTs for the MagicEden marketplace.

License

Notifications You must be signed in to change notification settings

hattvr/MagicEden-NFT-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MagicEden NFT Bot


Getting Started

MagicEden NFT Bot is an advanced, easy to setup, free, and unbranded Discord bot. This bot allows users to keep track of NFT prices that are located on the MagicEden marketplace automatically. To begin installing this bot, you're going to want to install the required python libs from the requirements.txt file.

pip install -r requirements.txt

After you are done installing the required python libraries, you can setup the config file (config.json). You will need to grab three different pieces of information before you're able to successfully run the Discord bot.

    "settings": {
        "token": "YOUR_BOT_TOKEN",
        "guild": "YOUR_GUILD_ID",
        "log-channel": "CHANNEL_ID_FOR_LOGS",
        "refreshrate": 600
    }

token - This is the token for your Discord bot, this can be accessed from your Discord account's Developer Portal!

guild - This is the ID of the guild/server you want the bot to send notifications in. You can get a Discord guild/server's id by right-clicking on the server icon and pressing the button named Copy ID

log-channel - This is the ID of the channel you want the bot to send notifications in. You can get a Discord channel's id by right-clicking on the channel and pressing the button named Copy ID

refreshrate - This variable is the rate at which the bot will send notifications to your server. The default setting is set to 600 seconds

Bot Usage

To setup NFTs that you want to keep a watch on, you can add them straight into the config.json file that is given.

    "nfts": [
        "NAME OF NFT",
        "NAME OF SECOND NFT",
        "NAME OF THIRD NFT"...
    ]

Any Issues?

If you run into any issues or problems during the process of setting up this discord bot, you can contact me using any of my socials given on my Github profile!

About

An asynchronous discord bot to keep track of specific NFTs for the MagicEden marketplace.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages