Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eludris-community/crudris

A Crystal API wrapper for interacting with the Eludris API.
https://github.com/eludris-community/crudris

crystal eludris eludris-api eludris-wrapper

Last synced: about 2 months ago
JSON representation

A Crystal API wrapper for interacting with the Eludris API.

Awesome Lists containing this project

README

        

# crudris

Crudris is a Crystal API wrapper for the [Eludris](https://github.com/eludris) API.

## Installation

1. Add the dependency to your `shard.yml`:

```yaml
dependencies:
crudris:
github: eludris-community/crudris
```

2. Run `shards install`

## Basic Usage

```crystal
require "crudris"

client = Crudris::Client.new("Bot Bot Bot Bot Bot")
client.connect
```