53 lines
2.1 KiB
Markdown
53 lines
2.1 KiB
Markdown
# Watson - Discord RPC Activity Display
|
|
|
|

|
|
|
|
Watson is a Go program that integrates with Discord's Rich Presence (RPC) feature to display various information on your Discord activity. Whether you want to showcase the book you're reading, indicate when you're in a conversation, browsing a website, streaming, or providing a link to your stream, Watson offers a versatile way to personalize your Discord presence.
|
|
|
|
## Table of Contents
|
|
|
|
- [Installation](#installation)
|
|
- [Features](#features)
|
|
- [Usage](#usage)
|
|
- [Contributing](#contributing)
|
|
- [License](#license)
|
|
- [Acknowledgments](#acknowledgments)
|
|
|
|
## Installation
|
|
|
|
You can find the latest release of Watson on the [Releases](https://github.com/BlyDoesCoding/Watson/releases) page. Download the binary executable for your platform.
|
|
|
|
## Features
|
|
|
|
- Customize your Discord activity with rich presence information.
|
|
- Show the book you are currently reading.
|
|
- Indicate when you are in a conversation.
|
|
- Display your browsing activity on a specific website.
|
|
- Show when you are streaming and provide a link to your stream.
|
|
- Lightweight and easy-to-use Go program.
|
|
|
|
## Usage
|
|
|
|
1. Download and install Watson following the installation instructions.
|
|
2. Customize your rich presence activity to include details about the book you're reading, conversations, websites, and streaming.
|
|
|
|
## Contributing
|
|
|
|
Contributions to Watson are welcome! If you'd like to contribute to this project, please follow these guidelines:
|
|
|
|
1. Fork the repository.
|
|
2. Create a new branch for your feature or bug fix.
|
|
3. Make your changes and test them thoroughly.
|
|
4. Submit a pull request, describing your changes in detail.
|
|
|
|
## License
|
|
|
|
This project is licensed under the [BSD 3-Clause License](LICENSE). See the [LICENSE](LICENSE) file for details.
|
|
|
|
## Acknowledgments
|
|
|
|
- Special thanks to the Discord community for their support and resources.
|
|
- This project relies on the [rich-go](https://github.com/hugolgst/rich-go) library by [hugolgst](https://github.com/hugolgst) for Discord Rich Presence integration.
|
|
|
|
Enhance your Discord presence with Watson and share your activities, books, conversations, and streams with your friends!
|
|
|