An open API service indexing awesome lists of open source software.

https://github.com/harrisonhoward/plex_websocket

Connect to an existing Plex Media Server via a WebSocket client.
https://github.com/harrisonhoward/plex_websocket

gleam plex plex-api plex-websocket

Last synced: 11 months ago
JSON representation

Connect to an existing Plex Media Server via a WebSocket client.

Awesome Lists containing this project

README

          

# Plex Pin Authentication built with Gleam

[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://lbesson.mit-license.org/)
[![Made with Gleam](https://img.shields.io/badge/Made%20with-Gleam-ffaff3.svg)](https://shields.io/)
[![Status](https://img.shields.io/badge/Status-Work%20in%20progress-yellow.svg)](https://shields.io/)

## Scope

This project is linked to the project [plex_discord_rpc](https://github.com/harrisonhoward/plex_discord_rpc). The purpose if this project is to allow a user to connect to an existing Plex Media Server via a WebSocket client. The expectation that when interfacing with this package you have the necessary configuration and authorization to access the server.

This was created to allow the `plex_discord_rpc` tool to connect to the user's chosen Plex Media Server so it can listen for new media to start playing.

## Usage

TBD

## Contributing

1. [Fork it](https://github.com/harrisonhoward/plex_websocket/fork)
2. Clone your forked repository `git clone https://github.com/YOUR_USERNAME/plex_websocket.git`
3. Create your feature branch `git checkout -b feature/my-new-feature`
4. Commit your changes `git commit -am 'Add some feature'`
5. Push to the branch `git push origin feature/my-new-feature`
6. Create a new Pull Request

## Author

[Harrison Howard](https://github.com/harrisonhoward)

> harrison.howard00707@gmail.com