Tether/README.md

108 lines
3.6 KiB
Markdown
Raw Permalink Normal View History

2024-09-10 21:24:35 -07:00
<a id="readme-top"></a>
2024-09-08 13:15:09 -07:00
2024-09-10 21:24:35 -07:00
<!-- Shields -->
2024-09-10 21:32:39 -07:00
<div align="center">
2024-09-10 21:45:03 -07:00
<a href="https://discord.usetether.rest">
2024-09-12 13:46:50 -07:00
<img src="https://img.shields.io/discord/1282396166419648656?style=flat&colorA=000000&colorB=000000&label=discord&logo=discord&logoColor=FFFFFF" alt="Discord">
2024-09-10 21:45:03 -07:00
</a>
<a href="https://git.rainnny.club/Rainnny/Tether/wiki">
2024-09-12 13:46:50 -07:00
<img src="https://img.shields.io/badge/Documenation-f5f5f5?style=flat&colorB=000000" alt="Docs">
2024-09-10 21:45:03 -07:00
</a>
2024-09-10 21:32:39 -07:00
</div>
2024-09-10 21:24:35 -07:00
<!-- Greeting -->
<br />
<div align="center">
2024-09-10 21:45:03 -07:00
<a href="https://usetether.rest">
<img src="https://cdn.rainnny.club/tether.png" alt="Tether Logo" width="80" height="80">
</a>
<h3 align="center">Tether</h3>
2024-09-10 21:24:35 -07:00
<p align="center">
2024-09-10 21:45:03 -07:00
An API designed to provide real-time access to a user's Discord data.
<br />
<a href="https://docs.rainnny.club/books/tether"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://api.usetether.rest/user/504147739131641857">View Demo</a>
·
<a href="https://git.rainnny.club/Rainnny/Tether/issues">Report Bug</a>
2024-09-10 21:24:35 -07:00
</p>
</div>
<!-- Table of Contents -->
## Table of Contents
2024-09-10 21:45:03 -07:00
2024-09-10 21:24:35 -07:00
1. [Features](#features)
2024-09-10 21:45:03 -07:00
2. [Contributing](#contributing)
3. [License](#license)
4. [Self Hosting](#self-hosting)
5. [Showcase](#tether-is-being-used-by)
2024-09-10 21:24:35 -07:00
<!-- Features -->
## Features
2024-09-10 21:45:03 -07:00
- **Discord Stats Fetching:** Retrieve a wide range of Discord statistics for any user. The REST endpoint provides easy
access to user data, or you can opt for real-time updates using a WebSocket connection. Want even more user data? Join the [Discord](https://discord.usetether.rest)!
- **Client SDKs:** Leverage client SDKs for both Java and JavaScript to seamlessly integrate Discord data fetching into
your
applications.
- **Self-hostable:** Tether is fully self-hostable with a pre-built Docker image, allowing for quick setup and
deployment.
2024-09-10 21:24:35 -07:00
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Contributing -->
2024-09-10 21:45:03 -07:00
2024-09-10 21:24:35 -07:00
## Contributing
Contributions are the heart of the open source community, making it an incredible space for learning, inspiration, and
creativity. Your contributions are highly valued.
If you have an idea to improve this project, feel free to fork the repository and submit a pull request. Alternatively,
you can open an issue with the "enhancement" tag. Don't forget to star the project! Thank you for your support!
2024-09-10 21:45:03 -07:00
> [!IMPORTANT]
> Pull Requests on **GitHub** will **NOT** be reviewed. Please make a Pull Request
> on [Gitea](https://git.rainnny.club/Rainnny/Tether/pulls).
2024-09-10 21:24:35 -07:00
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/CoolFeature`)
3. Commit your Changes (`git commit -m "Add some CoolFeature"`)
4. Push to the Branch (`git push origin feature/CoolFeature`)
2024-09-10 21:45:03 -07:00
5. Open a [Pull Request](https://git.rainnny.club/Rainnny/Tether/pulls)
2024-09-10 21:24:35 -07:00
### Top contributors:
2024-09-10 21:45:03 -07:00
2024-09-10 21:24:35 -07:00
<a href="https://github.com/Rainnny7/Tether/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Rainnny7/Tether" alt="Top Tether Contributors" />
</a>
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- License -->
2024-09-10 21:45:03 -07:00
2024-09-10 21:24:35 -07:00
## License
2024-09-10 21:45:03 -07:00
Distributed under the MIT License. See <a href="https://git.rainnny.club/Rainnny/Tether/src/branch/master/LICENSE.md">
LICENSE.md</a> for more information.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Self Hosting -->
## Self Hosting
Soon...
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Used By -->
## Tether is being used by...
Below is a list of websites that are currently using Tether, take a look!
- [rainnny.club](https://rainnny.club)
- [oknick.club](https://oknick.club)
2024-09-10 21:24:35 -07:00
<p align="right">(<a href="#readme-top">back to top</a>)</p>