This bot gives me a super thorough snapshot of the dev.to repo each week. I can see a list of new issues, closed issues, merged PRs, commits, people who starred the repo, and much more. It's awesome! Here's an example of the issue it creates:
Weekly Digest (11 February, 2019 - 18 February, 2019)
#1816
Here's the Weekly Digest for thepracticaldev/dev.to:
ISSUES
Last week 41 issues were created. Of these, 27 issues have been closed and 14 issues are still open.
OPEN ISSUES
CLOSED ISSUES
LIKED ISSUE
NOISY ISSUE
PULL REQUESTS
Last week, 44 pull requests were created, updated or merged.
UPDATED PULL REQUEST
Last week, 15 pull requests were updated.
MERGED PULL REQUEST
Last week, 29 pull requests were merged.
COMMITS
Last week there were 29 commits.
-
Fixed typo in test.
-
Fixed test - now compares against inner html.
-
Removed .showpage-signi-cta as dead code was reinstated accidentally via git merge.
-
Use sass placeholder as no need to output the .kbd class in the css.
-
Reinstated original css as accidentally changed with merge.](https://github.com/thepracticaldev/dev.to/commit/c1eecd18501f6c2323a308fed0869a015ccac6b6) by deadlybyte
🛠️ [Modify fetch_video_duration to use m3u8 chunks (#1814) * Modify fetch_video_duration to use m3u8 chunks -
Remove ffprober gem](https://github.com/thepracticaldev/dev.to/commit/5eab8d4962cf0a27af22d7174931f39eafd6641a) by benhalpern
🛠️ [Add padding to video duration (#1812) * Add proper padding in video_duration_in_minutes -
Add proper padding in video_duration_in_minutes
-
Remove ffmpeg from travis for now](https://github.com/thepracticaldev/dev.to/commit/5d1370c3b4d92ec22959bbaae9f652dd949836a6) by benhalpern
🛠️ Fix mistaken cloudinary_video_url in article (#1813) by benhalpern🛠️ [Reduce the number of sql queries for articles comments #1606 (#1766) * Reduce the number of sql queries for articles comments -
Refactor comments tree display
-
Refactor retrieving the comments tree
-
Remove comments tree view object
-
Update score in comments spec for consistent order](https://github.com/thepracticaldev/dev.to/commit/1cc0fccbf7a1b6351e447a143375ee788cc148ab) by lightalloy
🛠️ [Remove harsh video restriction and add video duration (#1811) * Remove harsh video restriction and add video duration -
Fix video meta data and tests
-
Modify video tests
-
Rescue video duration fetch error
-
Change log to puts in test](https://github.com/thepracticaldev/dev.to/commit/bce0b4fff6cee9c3da84a389ecac314772a807b9) by benhalpern
🛠️ Remove useless removing algolia indexing on article destroy (#1807) by lightalloy🛠️ [Bump devise from 4.5.0 to 4.6.0 (#1781) Bumps devise from 4.5.0 to 4.6.0.
Signed-off-by: dependabot[bot] support@dependabot.com](https://github.com/thepracticaldev/dev.to/commit/f89016664959f05d442d3b3c6014d37a800efb3f) by dependabot[bot]
Signed-off-by: dependabot[bot] support@dependabot.com](https://github.com/thepracticaldev/dev.to/commit/0ddf4a856ec4acb4ee7cf4a826b3a992a005245d) by dependabot[bot]
Signed-off-by: dependabot[bot] support@dependabot.com](https://github.com/thepracticaldev/dev.to/commit/7c369facf183fb236f47333e0fe913e565b12d2a) by dependabot[bot]
Signed-off-by: dependabot[bot] support@dependabot.com](https://github.com/thepracticaldev/dev.to/commit/fe3b11008d1d1af8916c555500a37e3a76bc8b76) by dependabot[bot]
Signed-off-by: dependabot[bot] support@dependabot.com](https://github.com/thepracticaldev/dev.to/commit/3dbd4f008d2698dfbaa0a5a38254d05fbf696a73) by dependabot[bot]
Signed-off-by: dependabot[bot] support@dependabot.com](https://github.com/thepracticaldev/dev.to/commit/cfbba0d0e9daa383f8196f6828d6c798e4781844) by dependabot[bot]
Signed-off-by: dependabot[bot] support@dependabot.com](https://github.com/thepracticaldev/dev.to/commit/71bf584ba4cf0d59e583237b2e1c5f7e1efa1de1) by dependabot[bot]
CONTRIBUTORS
Last week there were 12 contributors.
STARGAZERS
Last week there were 53 stagazers.
RELEASES
Last week there were no releases.
That's all for last week, please
You can also view all Weekly Digests by clicking here.
Your Weekly Digest bot.
📆
and their repo:
abhijeetps
/
weekly-digest
Weekly summary of activity on your GitHub repository 📆
Weekly Digest
App built using Probot which generates a weekly automated summary of activities and happening on your GitHub repository.
App in Action
Installation
- Explore Weekly Digest app here: GitHub Apps - Weekly Digest
- Now, click install and confim your installation location.
- Your app is ready and is live, visit your repository to check out the weekly digest the app has published!
Features
When 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:
- Issues created in the last one week
- Open Issues
- Closed Issues
- Noisy Issue
- Liked Issue
- Pull requests opened, updated, or merged in the last pull request
- Opened Pull Requests
- Updated Pull Requests
- Merged Pull Requests
- Commits made in the master branch, in the last week
- Contributors, adding contributions in the last week
- Stargazers, or the fans of your repositories, who…
Discussion (5)
Thank you for sharing words about Weekly Digest app! ♥️
I developed that application as part of my Google Summer of Code 2018 project: summerofcode.withgoogle.com/archiv...
Please feel free to share your thoughts and ideas by opening an issue in the repository.
Cool! Awesome to see you on DEV.
Very nice! @aligoren made a similar thing the other day (with a little UI touch by myself!). It's a Vue web app that bundles PRs and issues into a nice timeline.
This is so awesome! I've actually been thinking about making something similar to track stars on Orchid, but have been too busy to actually do it. Looks like I don't have to!
Interesting! I wonder how difficult it would be to make it work with a chatbot 🤔. Integrating GitHub with the chatbot could be a way to do it, since Weekly Digest seems to post an Issue to the project with the info.
Thanks for sharing!