{"id":19190498,"url":"https://github.com/mdxprograms/ghreader","last_synced_at":"2026-05-12T23:38:34.045Z","repository":{"id":37188205,"uuid":"271604870","full_name":"mdxprograms/ghreader","owner":"mdxprograms","description":"A minimal github dashboard for the productive developer","archived":false,"fork":false,"pushed_at":"2023-01-06T08:55:00.000Z","size":2642,"stargazers_count":0,"open_issues_count":28,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T06:41:52.421Z","etag":null,"topics":["dashboard","desktop-app","github"],"latest_commit_sha":null,"homepage":"","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/mdxprograms.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":"2020-06-11T17:16:53.000Z","updated_at":"2020-10-18T02:57:23.000Z","dependencies_parsed_at":"2023-02-05T18:16:25.266Z","dependency_job_id":null,"html_url":"https://github.com/mdxprograms/ghreader","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/mdxprograms%2Fghreader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fghreader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fghreader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdxprograms%2Fghreader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdxprograms","download_url":"https://codeload.github.com/mdxprograms/ghreader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240266910,"owners_count":19774081,"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":["dashboard","desktop-app","github"],"created_at":"2024-11-09T11:34:36.295Z","updated_at":"2026-05-12T23:38:34.017Z","avatar_url":"https://github.com/mdxprograms.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Reader\n\nUses Octokit REST sdk - https://octokit.github.io/rest.js/v17\n\n```javascript\n/**\n * get users following -\u003e octokit.users.listFollowedByAuthenticated();\n * get users followers -\u003e octokit.users.listFollowersForAuthenticatedUser();\n * get issues assigned to user -\u003e octokit.issues.list();\n * get gists owned by user -\u003e octokit.gists.list();\n * get gist owned by user -\u003e\n * octokit.gists.get({\n *   gist_id,\n * });\n * get notifications for user -\u003e octokit.activity.listNotificationsForAuthenticatedUser();\n */\n```\n\n## Development\n\n- Create an auth token in developer settings with access to `gist, notifications, repo, user` https://github.com/settings/tokens/new\n- Create a new `.env.local` in the project root directory with `REACT_APP_GH_TOKEN=\u003cyour_auth_token`\n- `npm i`\n- Start react `npm start`\n- Start electron app `npm run start-electron`\n\n\n## Future Plans\n- package in electron app (request auth token on first use and store in local env file)\n- graphs\n- ...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdxprograms%2Fghreader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdxprograms%2Fghreader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdxprograms%2Fghreader/lists"}