https://github.com/mellowagain/rainly
A quick and painless wrapper around various webhook services around the internet for usage with Discord webhooks
https://github.com/mellowagain/rainly
darwin discord flask linux python rainly webhook webhooks windows wrapper
Last synced: 3 months ago
JSON representation
A quick and painless wrapper around various webhook services around the internet for usage with Discord webhooks
- Host: GitHub
- URL: https://github.com/mellowagain/rainly
- Owner: mellowagain
- License: mit
- Created: 2017-11-27T20:42:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T11:18:24.000Z (about 8 years ago)
- Last Synced: 2025-01-28T00:49:52.730Z (over 1 year ago)
- Topics: darwin, discord, flask, linux, python, rainly, webhook, webhooks, windows, wrapper
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
rainly
Rainly `/ˈreɪnli/` is a quick and painless wrapper around various webhook
services around the internet. Its goal is to make these webhooks work
with [Discord](https://discord.gg), a popular chat and voice communication program.
Rainly is currently deployed on [Heroku](https://rainly.herokuapp.com/)
and is ready for usage. Please read the wiki for instructions how to use it
with various supported services.
## Features
* Painless wrapper around various WebHook services
* Customizable Embed object
* Support for Travis CI
* Support for AppVeyor
* Support for Circle CI
* Support for Visual Studio Team Services
## Installation
```bash
$ git clone https://github.com/Marc3842h/rainly.git
$ cd rainly
$ chmod +x setup.py
$ ./setup.py install
```
or make your life easy and
[](https://heroku.com/deploy?template=https://github.com/Marc3842h/rainly/)
## Usage
Rainly can be used either by using the hosted version on Heroku or
hosting it by yourself. Please visit the [Wiki](https://github.com/Marc3842h/rainly/wiki)
for information about the usage of Rainly.
## Contributing
All contributions are welcomed and appreciated.
#### Bug Reports
Please use the issue tracker to report any bugs or file feature requests.
#### Developing
Pull Requests are welcome. I suggest using PyCharm as IDE for this project,
but you're free to choose whatever you want.
## License
Rainly is licensed under the MIT License. Please visit the LICENSE.txt
file in the root directory tree for more information.