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
- Host: GitHub
- URL: https://github.com/an-dyy/rin
- Owner: an-dyy
- License: mit
- Created: 2022-01-09T20:15:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-08T05:21:29.000Z (about 4 years ago)
- Last Synced: 2024-11-22T09:09:00.108Z (over 1 year ago)
- Topics: discord, discord-api-wrapper, discordbot
- Language: Python
- Homepage:
- Size: 342 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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