{"id":16419169,"url":"https://github.com/cameronhunter/kanye-alexa-skill","last_synced_at":"2025-10-26T20:31:44.360Z","repository":{"id":145461809,"uuid":"55756871","full_name":"cameronhunter/kanye-alexa-skill","owner":"cameronhunter","description":"An Alexa skill for the Amazon Echo. It reads Kanye's tweets.","archived":false,"fork":false,"pushed_at":"2016-11-02T17:46:00.000Z","size":449,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T02:34:53.000Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cameronhunter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-08T06:46:12.000Z","updated_at":"2017-01-15T05:24:38.000Z","dependencies_parsed_at":"2023-06-05T05:15:10.957Z","dependency_job_id":null,"html_url":"https://github.com/cameronhunter/kanye-alexa-skill","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cameronhunter/kanye-alexa-skill","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fkanye-alexa-skill","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fkanye-alexa-skill/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fkanye-alexa-skill/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fkanye-alexa-skill/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cameronhunter","download_url":"https://codeload.github.com/cameronhunter/kanye-alexa-skill/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cameronhunter%2Fkanye-alexa-skill/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281165639,"owners_count":26454614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T07:16:08.308Z","updated_at":"2025-10-26T20:31:44.355Z","avatar_url":"https://github.com/cameronhunter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kanye Alexa Skill\n\nAn Alexa skill for the Amazon Echo. It reads Kanye's tweets using the [Twitter API](https://dev.twitter.com). Generated using [generator-alexa-skill](https://github.com/cameronhunter/generator-alexa-skill).\n\n## Example phrases\n```\nAlexa, ask Kanye what's up\nAlexa, ask Kanye for wisdom\nAlexa, ask Kanye who's the greatest\n```\n\nSee [`model/UTTERANCES`](https://github.com/cameronhunter/kanye-alexa-skill/blob/master/model/UTTERANCES) for more example phrases.\n\n## Development\n\n### Setup\nYou must add a file `config/twitter.config.js` which exports an object containing your API keys for the Twitter API.\n\n```javascript\nexport default {\n  consumerKey: '',\n  consumerSecret: '',\n  accessToken: '',\n  accessTokenSecret: ''\n}\n```\n\n### Test\n\n```bash\nnpm test\n```\n\n### Package\n\n```bash\nnpm run package\n```\n\nThis creates `build/package.zip` containing the compiled skill - this can be uploaded directly to AWS Lambda. It exposes a single function `index.hander`. Skill utterances defined in the `model` directory are expanded and output to `build/UTTERANCES`.\n\n### Deploy\n\n```bash\nnpm run deploy\n```\n\nIf you configure the project with AWS credentials then you can build, test, package and deploy the project with a single command. You can check it out in the [AWS console](https://console.aws.amazon.com/lambda/home?region=us-east-1#/functions/kanye).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcameronhunter%2Fkanye-alexa-skill","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcameronhunter%2Fkanye-alexa-skill","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcameronhunter%2Fkanye-alexa-skill/lists"}