Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dorukyum/cordium
A simple, asynchronous wrapper for the Discord API
https://github.com/dorukyum/cordium
Last synced: 22 days ago
JSON representation
A simple, asynchronous wrapper for the Discord API
- Host: GitHub
- URL: https://github.com/dorukyum/cordium
- Owner: Dorukyum
- Created: 2022-07-16T10:40:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-20T09:28:40.000Z (about 2 years ago)
- Last Synced: 2023-03-07T11:36:05.248Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cordium
A simple, asynchronous wrapper for the Discord API## Installation
Cordium is not ready to be used in production.
```sh
$ pip install git+https://github.com/Dorukyum/cordium
```
## Contribution
```sh
# fork and clone the repository
$ git clone [the url of your fork]
$ cd cordium# make, commit and push changes
$ git add [files]
$ git commit -m "Commit message"
$ git push
```
Feel free to [open a pull request](https://github.com/Dorukyum/Pycord-Manager/pulls).