Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 606 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 606 Bytes

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