diff --git a/README.txt b/README.txt index 7ce7c2a..067ad7b 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,9 @@ +Install Python 3 +Install the dependencies with `pip3 install --user requirements.txt` + +Then start your bot (e.g. with the Rust botrunner at https://github.com/ZeusWPI/planetwars-starterpack), +and finally start Receptionist: + $ ./mozaic_receptionist.py https://mozaic.example.org/lobbies/1234 topsecretbottoken mybotname Note: auto-accepting and auto-starting in the background. To create new game, press enter. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d1b7668 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +websocket-client