Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 773 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 773 Bytes

Python 3 cryptonote network stats discord bot

Cryptonote network stats discord bot that displays a variety of network information and statistics on demand

DEPENDENCIES

apt-get -y install python3 python3-pip

python3 -m pip install discord.py==2.0.1

HOW TO USE

  • 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.

HOW TO RUN

python3 networkbot.py