Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitztrev/make-it-rain
Animated gif notifications whenever you get paid through Stripe
https://github.com/fitztrev/make-it-rain
Last synced: 16 days ago
JSON representation
Animated gif notifications whenever you get paid through Stripe
- Host: GitHub
- URL: https://github.com/fitztrev/make-it-rain
- Owner: fitztrev
- License: mit
- Created: 2014-12-19T13:19:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T21:33:27.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T14:09:19.572Z (3 months ago)
- Language: PHP
- Homepage: https://fitztrev.github.io/make-it-rain/
- Size: 13.7 KB
- Stars: 309
- Watchers: 6
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Make It Rain
Get a random "make it rain" gif every time you get paid through Stripe.
Works with HipChat + Slack.
![screenshot](https://i.imgur.com/gU7gFBW.gif)
Current selection of gifs: https://fitztrev.github.io/make-it-rain/
Send pull requests to the `gh-pages` branch to add more.
## How to use
1) Copy `config.sample.php` to `config.php`
2) Update it with either your Hipchat or Slack API info (see below)
3) Add a webhook to [your Stripe account](https://dashboard.stripe.com/account/webhooks)
https://YOUR_SITE_HERE.com/make-it-rain/webhook.php?secret=abc123
* Your `secret` is set in `config.php` and known only to Stripe so nobody can ping that URL and give you a false notification.
#### For Hipchat
1. Go to
2. Click your room and copy "API ID" to the channel setting in `config.php`
3. In "Tokens" for that room, create a token with label "Just got paid" and copy it to `config.php`#### For Slack
1. Go to
2. Create a webhook for your desired channel
3. Copy the webhook URL to `config.php`## Contributing gifs
New gifs are welcomed and encouraged. Check the [existing ones](https://github.com/fitztrev/make-it-rain/tree/gh-pages), grab the [`gh-pages`](https://github.com/fitztrev/make-it-rain/tree/gh-pages) branch of this repo, and submit a pull request to add one.