Browse Source

Merge remote-tracking branch 'origin/master'

Cammy 7 năm trước cách đây
mục cha
commit
5b33c50c72
2 tập tin đã thay đổi với 23 bổ sung4 xóa
  1. 10 0
      .github/issue_template.md
  2. 13 4
      README.md

+ 10 - 0
.github/issue_template.md

@@ -21,6 +21,16 @@ I am using:
 
 
 ### To report a bug, fill in the information below.
 ### To report a bug, fill in the information below.
 
 
+###### Python version
+Run ```python -V``` or ```python3 -V``` and paste its output below.
+
+**Example:**
+```bash
+C:\Users\User
+$ python3 -V
+Python 3.6.4
+```
+
 ###### Command used
 ###### Command used
 Paste the command here that you are running. Remove any information like usernames and passwords.
 Paste the command here that you are running. Remove any information like usernames and passwords.
 
 

+ 13 - 4
README.md

@@ -3,17 +3,26 @@
 
 
 This script enables you to download any ongoing Instagram livestreams as well as any available replays. It is based on [another script](https://github.com/taengstagram/instagram-livestream-downloader) that has now been discontinued. 
 This script enables you to download any ongoing Instagram livestreams as well as any available replays. It is based on [another script](https://github.com/taengstagram/instagram-livestream-downloader) that has now been discontinued. 
 
 
+## Table of Contents
+- [Features](https://github.com/notcammy/PyInstaLive#features)
+- [Quickstart](https://github.com/notcammy/PyInstaLive#quickstart)
+- [Installation](https://github.com/notcammy/PyInstaLive#installation)
+- [Usage](https://github.com/notcammy/PyInstaLive#usage)
+- [Example](https://github.com/notcammy/PyInstaLive#example)
+- [Notes](https://github.com/notcammy/PyInstaLive#notes)
+- [Help](https://github.com/notcammy/PyInstaLive#help)
+
 
 
 ## Features
 ## Features
 
 
-- Download ongoing livestreams (also detects livestreams in which the user is curently a guest)
+- Download ongoing livestreams (also detects livestreams in which the user is live with the livestream owner)
 - Download available replays
 - Download available replays
 - Download livestream and replay comments
 - Download livestream and replay comments
 - Run a command when starting and/or finishing a download (Experimental)
 - Run a command when starting and/or finishing a download (Experimental)
 
 
 ## Quickstart
 ## Quickstart
 
 
-- [Read the notes below (important!)](https://github.com/notcammy/PyInstaLive#notes)
+- [Read the Notes & Help sections below (important!)](https://github.com/notcammy/PyInstaLive#notes)
 - Install the prerequisites and then PyInstaLive.
 - Install the prerequisites and then PyInstaLive.
 - Run `pyinstalive -c` to generate a configuration file.
 - Run `pyinstalive -c` to generate a configuration file.
 - Edit the configuration file using any text editor.
 - Edit the configuration file using any text editor.
@@ -125,8 +134,8 @@ PYINSTALIVE (SCRIPT V2.5.1 - PYTHON V3.6.3) - 06:45:30 PM
 ```
 ```
 
 
 
 
-#### Notes
-- Python 2 cannot save most unicode characters in comments such as emojis if it's not built from source using the `--enable-unicode=ucs4` flag. Read more about this [here](https://emoji-unicode.readthedocs.io/en/latest/python2.html). This should probably not affect pre-installed Python 2 installations on Linux systems.
+## Notes
+- Python 2 cannot save most unicode characters in comments such as emojis if it's not built from source using the `--enable-unicode=ucs4` flag. Read more about this [here](https://emoji-unicode.readthedocs.io/en/latest/python2.html). This should probably not affect pre-installed Python 2 installations on Linux-based systems such as Ubuntu or Debian.
 
 
 - The `username` and `password` arguments are not required when you have specified these in the configuration file.
 - The `username` and `password` arguments are not required when you have specified these in the configuration file.