Parcourir la source

Merge branch 'master' of github.com:fphammerle/tooncher

Fabian Peter Hammerle il y a 6 ans
Parent
commit
c8f0c4b9b4
1 fichiers modifiés avec 31 ajouts et 0 suppressions
  1. 31 0
      README.md

+ 31 - 0
README.md

@@ -1,2 +1,33 @@
 # tooncher
 automates toontown rewritten's login process
+
+## Installation
+
+    $ pip3 install --user --upgrade tooncher
+
+## Configuration
+
+```yaml
+# default path: $HOME/.tooncher
+accounts:
+- username: toon
+  password: secret
+- username: ceo
+  password: golf
+- username: cfo
+  password: train
+engine_path: '/opt/Toontown Rewritten/TTREngine'
+```
+
+## Usage
+
+```
+$ tooncher [username]
+```
+
+### Examples
+
+```
+$ tooncher toon
+$ tooncher ceo
+```