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

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

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

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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.