https://github.com/chdsbd/wruff.xyz
:dog: Send all the messages!
https://github.com/chdsbd/wruff.xyz
Last synced: 4 months ago
JSON representation
:dog: Send all the messages!
- Host: GitHub
- URL: https://github.com/chdsbd/wruff.xyz
- Owner: chdsbd
- License: mit
- Created: 2015-10-24T03:36:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T16:18:35.000Z (over 10 years ago)
- Last Synced: 2025-02-21T18:42:02.712Z (over 1 year ago)
- Language: HTML
- Homepage: wruff.xyz
- Size: 178 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wruff.xyz [](https://travis-ci.org/chdsbd/wruff.xyz)
Send all the messages! :smiling_imp:
## What is this?
This is a project for [hackumass](http://hackumass.com).
*Note:* The website is not enabled for obvious reasons.
## Using
Webserver
- [gorrilla mux](https://github.com/gorilla/mux)
- [negroni](https://github.com/codegangsta/negroni)
- [graceful.v1](https://github.com/tylerb/graceful)
Frontend
- [Bootstrap](http://getbootstrap.com/)
- [Font Awesome](http://fontawesome.io/)
APIs
- [Mailgun](https://documentation.mailgun.com/api_reference.html)
- [Twilio](https://www.twilio.com/docs)
- [Yo](https://dev.justyo.co)
- [Twitter](https://dev.twitter.com/rest/public)
## Installation & Setup
```bash
git clone https://github.com/chdsbd/wruff.xyz
```
```bash
go run main.go
```
Setup all the Enviornmental variables
- ```Twilio_AccoutSid```
- ```Twilio_AuthToken```
- ```Twilio_Number```
- ```Twilio_TestPhone```
- ```mg_apiKey```
- ```mg_publicAPIKey```
- ```yo_apikey```
- ```yo_username```
- ```twitter_ConsumerKey```
- ```twitter_ConsumerSecret```
- ```twitter_AccessToken```
- ```twitter_AcessTokenSecret```
- ```twitter_TestUsername```