You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ A [Trakt.tv](https://www.trakt.tv) account with an [API set up](#trakttv-api-app
46
46
4. Click `Authorize`. Click `Yes`. You will be redirected to Google (or your URI) and in the URL bar you will see `?code=` followed by 64 alphanumeric characters. **Save this for now. This is your OAuth2 Authorization code.**
47
47
5. You can now complete the OAuth2 process when you're ready using the `retraktarr` script.
48
48
49
+
## Installing retraktarr
50
+
51
+
You can either download the source yourself or install from PyPI using the `pip install retraktarr` command.
52
+
49
53
## Configuring retraktarr
50
54
51
55
`retraktarr` uses a config file, named `config.conf` to get many of its settings. However, some of these can be overridden with the arguments you pass. You can run `python3 retraktarr.py` at any time to see the available options.
@@ -59,19 +63,13 @@ If you've never run `retraktarr` before, you will need to leave your `oauth2_tok
Specifies the Trakt.tv list privacy settings (private/friends/public - overrides config file
83
+
settings)
86
84
--refresh Forces a refresh_token exchange (oauth) and sets the config to a new tokens.
87
85
--timeout TIMEOUT Specifies the timeout in seconds to use for POST commands to Trakt.tv
86
+
--version Displays version information
87
+
--config CONFIG Specifies configuration file
88
88
```
89
89
90
90
## Troubleshooting
@@ -100,4 +100,4 @@ options:
100
100
101
101
[start a discussion](https://github.com/zakkarry/retraktarr/discussions/new) or [open an issue](https://github.com/zakkarry/retraktarr/issues/new)
102
102
103
-
[support me with a coffee](https://www.buymeacoffee.com/zak.ary)
0 commit comments