{"id":17026275,"url":"https://github.com/kevboh/crashlytics-to-issues","last_synced_at":"2025-04-12T11:33:07.477Z","repository":{"id":7490134,"uuid":"8839106","full_name":"kevboh/crashlytics-to-issues","owner":"kevboh","description":"Small, heroku-compatible node app to listen for Crashlytics web hooks and create corresponding Github issues.","archived":false,"fork":false,"pushed_at":"2013-10-19T14:44:57.000Z","size":322,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T08:06:31.027Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kevboh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-17T18:29:52.000Z","updated_at":"2020-09-02T23:35:08.000Z","dependencies_parsed_at":"2022-09-18T05:01:47.560Z","dependency_job_id":null,"html_url":"https://github.com/kevboh/crashlytics-to-issues","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevboh%2Fcrashlytics-to-issues","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevboh%2Fcrashlytics-to-issues/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevboh%2Fcrashlytics-to-issues/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevboh%2Fcrashlytics-to-issues/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevboh","download_url":"https://codeload.github.com/kevboh/crashlytics-to-issues/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560064,"owners_count":21124588,"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","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-14T07:31:28.134Z","updated_at":"2025-04-12T11:33:07.459Z","avatar_url":"https://github.com/kevboh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"crashlytics-to-issues\n=====================\n\nSmall, heroku-compatible node app to listen for Crashlytics web hooks and create corresponding Github issues.\n\n## Using it on Heroku\n\n1. Fork the repo.\n2. Clone locally.\n3. Run `heroku create` in your local repo to create a heroku app and add the heroku remote. See [this](https://devcenter.heroku.com/articles/nodejs) for more info.\n4. Add your environment vars. See below.\n\n## Environment vars\n\nThe app uses environment variables to authenticate to Github, choose the repo for issues, and assign the issue to a user. These variables are:\n\n* USER: The user to authenticate as and assign issues to. Right now this is always the same user since I'm a one-person shop, but feel free to send pull requests allowing differentiation.\n* PASS: Password for USER. Right now the app uses basic auth. Feel free to send pull requests for OAuth2 (sense a pattern here?).\n* ORGANIZATION: The repo's organization or your github username\n* REPO: The repo to file issues on.\n\nTo set environment vars (called \"config vars\") in Heroku, do:\n\n    heroku config:set USER=[your user]\n    heroku config:set PASS=[user's pass]\n    heroku config:set ORGANIZATION=[the repo's organization]\n    heroku config:set REPO=[the repo]\n\n## Configuring the Crashlytics Web Hook\n\nTo add a web hook to your app in Crashlytics, select the settings (gears) next to your app name, select Integrations, and add the URL to your running app as a Web Hook.\n\n## Disclaimer\n\nI've never written anything in node before! Be kind in your pull requests :)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevboh%2Fcrashlytics-to-issues","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevboh%2Fcrashlytics-to-issues","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevboh%2Fcrashlytics-to-issues/lists"}