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