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.
- Host: GitHub
- URL: https://github.com/harrisonhoward/plex_websocket
- Owner: harrisonhoward
- License: mit
- Created: 2024-08-25T08:16:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-25T08:26:26.000Z (over 1 year ago)
- Last Synced: 2025-01-06T11:34:21.700Z (about 1 year ago)
- Topics: gleam, plex, plex-api, plex-websocket
- Language: Gleam
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Plex Pin Authentication built with Gleam
[](https://lbesson.mit-license.org/)
[](https://shields.io/)
[](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