{"id":13452063,"url":"https://github.com/abhijeetps/weekly-digest","last_synced_at":"2026-02-13T09:36:44.462Z","repository":{"id":40294841,"uuid":"131621619","full_name":"abhijeetps/weekly-digest","owner":"abhijeetps","description":"Weekly summary of activity on your GitHub repository :calendar:","archived":false,"fork":false,"pushed_at":"2023-01-24T02:29:03.000Z","size":2785,"stargazers_count":249,"open_issues_count":43,"forks_count":29,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-09T16:21:03.012Z","etag":null,"topics":["bot","github-app","gsoc","gsoc-2018","jest","nodejs","probot","probot-app","weekly-digest"],"latest_commit_sha":null,"homepage":"https://github.com/apps/weekly-digest","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/abhijeetps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-30T16:49:39.000Z","updated_at":"2025-03-20T02:24:19.000Z","dependencies_parsed_at":"2023-02-13T12:16:16.453Z","dependency_job_id":null,"html_url":"https://github.com/abhijeetps/weekly-digest","commit_stats":null,"previous_names":["probot/weekly-digest"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetps%2Fweekly-digest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetps%2Fweekly-digest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetps%2Fweekly-digest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhijeetps%2Fweekly-digest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhijeetps","download_url":"https://codeload.github.com/abhijeetps/weekly-digest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065287,"owners_count":21041872,"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":["bot","github-app","gsoc","gsoc-2018","jest","nodejs","probot","probot-app","weekly-digest"],"created_at":"2024-07-31T07:01:11.691Z","updated_at":"2026-02-13T09:36:44.419Z","avatar_url":"https://github.com/abhijeetps.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","bot"],"sub_categories":[],"readme":"\n# Weekly Digest\n\n\u003e App built using [Probot](https://probot.github.io/) which generates a weekly automated summary of activities and happening on your GitHub repository.\n\n\u003cp align=center\u003e\u003ca href=\"https://github.com/probot/weekly-digest/blob/master/extras\"\u003e\u003cimg src=\"extras/logo/logo.PNG\" alt=\"Weekly Digest Logo\" width=\"200\" height=\"200\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/apps/weekly-digest\" rel=\"nofollow\"\u003e\u003cimg alt=\"Installs\" src=\"https://img.shields.io/badge/dynamic/json.svg?label=installs\u0026url=https%3A%2F%2Fweekly-digest.glitch.me%2Fprobot%2Fstats\u0026query=%24.installations\u0026colorB=2196F3\u0026suffix=%2B\u0026style=for-the-badge\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://stats.uptimerobot.com/3w1lJhvrB\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/uptimerobot/status/m780591528-982504ad15545b5832fe971a.svg?style=for-the-badge\" alt=\"Uptime Robot status\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://travis-ci.org/probot/weekly-digest\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/travis/probot/weekly-digest.svg?style=for-the-badge\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## App in Action\n\n![A Weekly Digest generated by app.](https://user-images.githubusercontent.com/20141002/41304450-d2bc9234-6e8d-11e8-965d-649ed2d04651.gif)\n\n## Installation\n\n1. Explore Weekly Digest app here: [GitHub Apps - Weekly Digest](https://github.com/apps/weekly-digest)\n2. Now, click install and confim your installation location.\n3. Your app is ready and is live, visit your repository to check out the weekly digest the app has published!\n\n## Features\n\nWhen the Weekly Digest App gets installed in a repository of a user or organization, it curates together the following data and publishes it as an issue:\n\n- Issues created in the last one week\n  - Open Issues\n  - Closed Issues\n  - Noisy Issue\n  - Liked Issue\n- Pull requests opened, updated, or merged in the last pull request\n  - Opened Pull Requests\n  - Updated Pull Requests\n  - Merged Pull Requests\n- Commits made in the master branch, in the last week\n- Contributors, adding contributions in the last week\n- Stargazers, or the fans of your repositories, who really loved your repo\n- Releases, of the project you are working on\n\nThe app, as the name suggests, generates these digests and publishes it on weekly basis, typically on a Sunday. \n\nOne can change the default configuration of the app by adding a [_.github/weekly-digest.yml_](docs/configuration.md) file in their GitHub repository, which allows them to configure the publication day and the specific information included in the digest.\n\n## How to Contribute\n1. Fork this repository.\n2. Clone the forked repository on your development machine.\n3. Move into your project's directory: `cd weekly-digest`\n4. Run `npm install` to setup the project.\n5. Follow [Configuring a GitHub App](https://probot.github.io/docs/development/#configuring-a-github-app) too configure your app on your development machine.\n6. Follow [Running the app locally](https://probot.github.io/docs/development/#running-the-app-locally) to run your app on your development machine.\n7. Before you add a feature or suggest some changes, we recommend [opening an issue here](https://github.com/probot/weekly-digest/issues/new) so that we can have a discussion about the changes.\n8. Please make sure you run `npm test` before submitting a pull request. If possible, please add tests for your changes also.\n\n## Code Style\nThe app is using [Javascript Standard Style](https://standardjs.com/) for linting.\n\n## Test Framework\nThe app is using [Jest](https://jestjs.io/) for Javascript testing.\n\n## Credits\nThis project is developed and maintained by [Abhijeet Singh](https://github.com/abhijeetps).\n\nIt is one of the [Google Summer of Code 2018](https://summerofcode.withgoogle.com/) Projects. \n\n[Click here to view this Project \\\"Weekly Digest\\\" on Google Summer of Code 2018 Projects](https://summerofcode.withgoogle.com/projects/#5611987044663296)\n\nI would like to thanks [Gregor Martynus](https://github.com/gr2m) and [Wilhelm Klopp](https://github.com/wilhelmklopp) for being really awesome mentors and guiding me for this project. :heart:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijeetps%2Fweekly-digest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhijeetps%2Fweekly-digest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhijeetps%2Fweekly-digest/lists"}