Cryptonote network stats discord bot that displays a variety of network information and statistics on demand
apt-get -y install python3 python3-pip
python3 -m pip install discord.py==2.0.1
- Go to https://discordapp.com/developers/applications/
- Create an application
- Go to 'Bot' section of discordapp.com/developers portal from the menu and add new bot
- Get a bot token and add it to TOKEN value inside networkbot.py file
- Go to 'Auth' section of discordapp.com/developers portal and mark the checkbox 'bot' to generate an invite link for your new bot.
- Visit the generated link to invite your bot to your Discord server.
python3 networkbot.py