https://github.com/ephraimkunz/dailygithub
Get your daily Github update from Google Assistant / Amazon Alexa
https://github.com/ephraimkunz/dailygithub
alexa-skill golang google-app-engine google-assistant
Last synced: 5 months ago
JSON representation
Get your daily Github update from Google Assistant / Amazon Alexa
- Host: GitHub
- URL: https://github.com/ephraimkunz/dailygithub
- Owner: ephraimkunz
- Created: 2017-12-16T19:19:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-03T23:06:57.000Z (over 7 years ago)
- Last Synced: 2024-06-20T13:31:40.162Z (almost 2 years ago)
- Topics: alexa-skill, golang, google-app-engine, google-assistant
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DailyGithub
[](https://travis-ci.org/ephraimkunz/DailyGithub)
[](https://goreportcard.com/report/github.com/ephraimkunz/DailyGithub)
Get your daily Github update from Google Assistant / Amazon Alexa
## Live Versions
Amazon Alexa skill is [here](https://www.amazon.com/dp/B078LHPJWM/ref=sr_1_13?s=digital-skills&ie=UTF8&qid=1514383804&sr=1-13&keywords=github).
Google Assistant skill is [here](https://assistant.google.com/services/a/uid/000000c1a6473f2d?hl=en).
## Things to ask
* "Get issues assigned to me." "My assigned issues."
* "Get my notifications." "Read notifications."
* "Profile summary." "Github profile summary."
* "Trending repos." "Top repos in Golang." "Top 6 trending repos in Javascript."
## Testing
Run `go test` inside the directory root.
## Deployment
### Local
Run `go run dailygithub.go` in the directory root. The development server is at `http://localhost:8080/`.
### Google App Engine
Run `gcloud app deploy` to create a docker container with the app and launch on GAE.