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-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
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
0 commit comments