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

https://github.com/an-dyy/rin

A successor to the Lefi project
https://github.com/an-dyy/rin

discord discord-api-wrapper discordbot

Last synced: 12 months ago
JSON representation

A successor to the Lefi project

Awesome Lists containing this project

README

          


Rin









A strongly typed discord API wrapper. This is the successor to the Lefi project.

## Installation

### Installing from GitHub
```
pip install -U git+https://github.com/an-dyy/Rin
```

### Installing from Pypi
Note that since the project is still unstable, the lastest pypi version may be behind master by a lot.
```
pip install -U rin
```

## Example(s)
[Here!](examples/)

## Documentation
[Documentation](https://rin.readthedocs.io/en/latest/index.html)

## Contributing
1. If you plan on contributing please open an issue beforehand
2. Fork the repo, and setup the poetry env (with dev dependencies)
3. Install pre-commit hooks (*makes it a lot easier for me*)
```
pre-commit install
```

## Notable contributors

- [blanketsucks](https://github.com/blanketsucks) - collaborator
- [an-dyy](https://github.com/an-dyy) - creator and maintainer