> For the complete documentation index, see [llms.txt](https://pl-sergent.gitbook.io/multilivequeue/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pl-sergent.gitbook.io/multilivequeue/readme.md).

# MultiLiveQueue

### Run script

**Requirements**: python3, poetry

* Add a **.env** file with a **TOKEN** variable containing your secret bot token

```
mv example.env .env
mv mock-data data

poetry install
poetry run python bot.py
```

### Full documentation here

<https://pl-sergent.gitbook.io/multilivequeue/index>
