Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shuppet/p6-oauth2-discord
- Owner: shuppet
- License: bsd-3-clause
- Created: 2018-11-29T12:21:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T02:30:07.000Z (over 4 years ago)
- Last Synced: 2024-10-11T20:42:57.955Z (2 months ago)
- Topics: discord, discord-api, oauth2, perl6, perl6-module, raku, raku-module
- Language: Raku
- Homepage: https://shuppet.com
- Size: 14.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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}
```