PoustouFlan / Crypto-Drink

CryptoHack Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CryptoDrink

CryptoDrink is a Discord bot which implements a local scoreboard for CryptoHack.

  • Announces when a server member solves a challenge
  • Displays statistics about a CryptoHack user
  • Local scoreboard for your server
  • List who solved a challenge in your server

User Profile Scoreboard Flag announcement

Installation

First, you need to create your own Discord bot. The bot will need permissions to read messages, send messages and include embeds. It will also need the Message Intent.

Clone the repository using git

git clone https://github.com/PoustouFlan/Crypto-Drink.git
cd Crypto-Drink

Then, complete the file configuration.yaml:

token:      "Your.Bot.Token-Here"
guild_id:   123456789012345678
channel_id: 1234567890123456789
locale:     "en"

NixOS

You can simply run the bot using:

nix-shell --run make

Non NixOS

You need to install the necessary Python packages using pip. Assuming you have python3 and pip installed, you can run

pip install -r requirements.txt

to install the necessary packages, then run

make

to start the bot.

About

CryptoHack Discord bot

License:MIT License


Languages

Language:Python 95.1%Language:Nix 4.6%Language:Makefile 0.3%