1
0
Fork 0
mirror of synced 2024-05-19 11:42:40 +12:00

Added more information

This commit is contained in:
Ali Parlakci 2018-07-12 01:39:58 +03:00
parent c434d346a7
commit fd507870e1
2 changed files with 4 additions and 3 deletions

View file

@ -37,9 +37,11 @@ It should redirect to a page which shows your **imgur_client_id** and **imgur_cl
\* Select **OAuth 2 authorization without a callback URL** first then select **Anonymous usage without user authorization** if it says *Authorization callback URL: required*
## Running the script with command line arguments
## Running the script
See **[`python script.py --help`](docs/help_page.md)**
For **Windows** users, there is an *EXE* file to run easily. **Linux** and **MacOS** users have to run it from the *source code* through terminal.
To get further information about that and **command-line arguments**, see **[`python script.py --help`](docs/help_page.md)**
## FAQ
### I can't open the self post files.

View file

@ -39,7 +39,6 @@ optional arguments:
## Examples
- **Don't include `python script.py` part if you start the script by double-clicking**
- **Use `python3` instead of `python` if you are using *MacOS* or *Linux***
```console