/QuBot

A Discord Bot for Quantum Computing!

Primary LanguagePython

QuBot

A Discord Bot for Quantum Computing!

Usage

Run the bot

Install dependencies with poetry install --no-dev

Run the bot with python -m qubot

Please come back later for a way to start in the background.

Use the bot

Please come back later for instruction on how to use the bot.

Development

Install dependencies with poetry install (pipx install poetr (recommended) / pip install poetry)

Pre-commit usage is highly recommended. To install hooks run

poetry run pre-commit install