Skip to content

one-zero-eight/rooms-bot

Repository files navigation

Rooms Bot in InNoHassle ecosystem

Development

Getting started

  1. Install Python 3.12

  2. Install Poetry

  3. Install dependencies

    poetry install
  4. Set up pre-commit hook

    poetry run pre-commit install
  5. Set up settings file.

    cp example.env .env

    Insert your bot token and API token (see API's README to obtain it).

Run

Run an API instance.

Then, run the bot:

poetry run python -m src.bot.main