Bespeak is a content request web app for Plex. It allows Plex users to request movies, TV shows, and audiobooks from a centralized interface. The app is built with a Django ASGI backend and a React frontend.
Bespeak has the following features:
- Allows users to search and request movies, TV shows, and audiobooks
- Admin dashboard for managing content requests
- Seamless integration with Plex media server
- Dockerized for easy deployment with Docker Compose
To get started with Bespeak, you can use the following steps:
- Clone the repository:
git clone https://github.com/your-username/bespeak.git
- Navigate to the project directory:
cd bespeak
- Run the following command to start the app:
docker-compose up
Access the app by visiting http://localhost:8000 in your web browser.
Contributions to Bespeak are welcome and encouraged! If you'd like to contribute, please follow these steps:
Fork the repository. Create a new branch for your changes. Make your changes and commit them. Push your changes to your fork. Submit a pull request.
Bespeak is licensed under the MIT license.