Selaa lähdekoodia

Create COMMANDS.md

Cammy 7 vuotta sitten
vanhempi
commit
4bbc1ba3ff
1 muutettua tiedostoa jossa 14 lisäystä ja 0 poistoa
  1. 14 0
      COMMANDS.md

+ 14 - 0
COMMANDS.md

@@ -0,0 +1,14 @@
+# Commands
+
+
+- ```-h``` or ```--help```  **—**  Show PyInstaLive's help message containing all available arguments.
+
+- ```-u``` or ```--username```  **—**  Instagram username to login with. Requires:  ```--password```, ```--record```.
+
+- ```-p``` or ```--password```  **—**  Instagram password to login with. Requires:  ```--username```, ```--record```.
+
+- ```-r``` or ```--record```  **—**  The username of the user whose livestream or replay you want to save.
+
+- ```-i``` or ```--info```  **—**  View information related to PyInstaLive such as its current version, the configuration file contents, available cookie files and more.
+
+- ```-c``` or ```--config```  **—**  Create a default configuration file if it doesn't exist. If there is already a configuration file present, it'll show you its contents instead.