Find people who are watching your plex content from multiple devices / locations simultaniously.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

+2 -3
+2 -3
README.md
··· 34 34 35 35 You can find your API key in Tautulli under **Settings > Web Interface > API Key**. 36 36 37 + > **Nix users:** A `flake.nix` is included. If you use [direnv](https://direnv.net/), just `direnv allow` and everything (Python + dependencies) is set up automatically. Otherwise `nix develop` drops you into a shell with everything you need. 38 + 37 39 ## Usage 38 40 39 41 ```bash ··· 76 78 77 79 [GPL-3.0](https://www.gnu.org/licenses/gpl-3.0.html) 78 80 79 - --- 80 - 81 - > **Nix users:** A `flake.nix` is included. If you use [direnv](https://direnv.net/), just `direnv allow` and everything (Python + dependencies) is set up automatically. Otherwise `nix develop` drops you into a shell with everything you need.