Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nixonjoshua98/revolt.net
The .Net wrapper for Revolt.Chat
https://github.com/nixonjoshua98/revolt.net
api-client bot csharp dotnet dotnet-core revolt revolt-api-wrapper
Last synced: about 2 months ago
JSON representation
The .Net wrapper for Revolt.Chat
- Host: GitHub
- URL: https://github.com/nixonjoshua98/revolt.net
- Owner: nixonjoshua98
- License: mit
- Created: 2023-08-31T13:21:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-11T19:40:55.000Z (over 1 year ago)
- Last Synced: 2024-11-07T07:51:49.812Z (2 months ago)
- Topics: api-client, bot, csharp, dotnet, dotnet-core, revolt, revolt-api-wrapper
- Language: C#
- Homepage: https://app.revolt.chat/
- Size: 253 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Revolt.Net
A .NET library for interacting with the [Revolt](https://app.revolt.chat) API & Websocket.
[Our Revolt Server](https://rvlt.gg/nWSbGrVY)
# Examples
Sample project can be found in Source/Revolt.Net.TestBot
```cs
var client = new RevoltClient("TOKEN");await client.RunAsync();
```# Downloading
Revolt.Net can be downloaded via [NuGet](https://www.nuget.org/packages/Revolt.Net/)
# Versioning & Releases
Revolt.Net is currently in active development, which means it is not uncommon for the ABI to be updated.
# Contributing
Any and all pull requests are welcomed!
_Revolt.Net continues on from what [Jan0660 (Jan)](https://github.com/Jan0660) started up until version 0.0.9_