> For the complete documentation index, see [llms.txt](https://docs.cybralist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybralist.com/python-package/getting-started-python.md).

# Getting Started Python

Bhbotlist is a python package prepared for the api of [cybralist.com](https://cybralist.com) website.

## Download Module

```
pip install cybralist
```

## Define Module

```
from cybralist import cybralist
from discord.ext import commands

client = commands.Bot(command_prefix="!") 
dbl = cybralist(client,"token of cybralist")
```
