Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shuppet/p6-oauth2-discord

Raku module for authenticating against Discord's OAuth2 API.
https://github.com/shuppet/p6-oauth2-discord

discord discord-api oauth2 perl6 perl6-module raku raku-module

Last synced: about 2 months ago
JSON representation

Raku module for authenticating against Discord's OAuth2 API.

Awesome Lists containing this project

README

        

![logo](https://user-images.githubusercontent.com/12242877/87892641-8912a780-ca35-11ea-92c9-04388d5afacd.png)

`OAuth2::Discord` is a Raku (formerly Perl 6) module for authenticating against Discord's OAuth2 API.

## Installation

### ... from zef

```
zef install OAuth2::Discord
```

### ... from source

```
git clone https://github.com/shuppet/p6-oauth2-discord
cd p6-oauth2-discord/ && zef install ${PWD}
```