Add requirements and more information in README

This commit is contained in:
Midgard 2021-03-19 22:00:09 +01:00
parent 7dec09250b
commit 54c21a24bb
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
2 changed files with 8 additions and 0 deletions

View File

@ -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.

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
requests
websocket-client