diff --git a/README.md b/README.md index d57e1ed..f1e6992 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,14 @@ pip install -r requirements.txt **Usage** -* Add your api key to the .env file +* Add your api key to the .env file. You can api key by calling register in the following manner: +```sh +curl --location --request POST 'https://docker.tivvit.cz/v1/register' \ +--header 'Content-Type: application/json' \ +--data-raw '{ + "username": "" +}' +``` * Run the bot with ``` python3 bot.py