From 57f8f6098053385aa8b6bbe0e81425a48b055618 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 6 May 2019 11:14:39 +0300 Subject: [PATCH] Add note about dump_deck.py and random_deck.py --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c09fbbf..0f57795 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ Using Copy `bot.conf.example` to `bot.conf` and run `python3 ircbot.py`. You can also test the game logic by doing `python3 gameloop.py` directly. +`dump_deck.py` and `random_deck.py` are stand-alone toola for interacting with +Cardcast API. They use `cardcast_api.py` to do the requests. + License ------- Everything in this repo is under CC0.