github-activity-generator icon indicating copy to clipboard operation
github-activity-generator copied to clipboard

A script that helps generate a rich GitHub Contribution Graph for your account 🤖

Results 28 github-activity-generator issues
Sort by recently updated
recently updated
newest added

Did this get patched, the script appears to work ``` [main a117ef6] "Contribution: 2020-11-28 20:06" Date: Sat Nov 28 20:06:18 2020 -0500 1 file changed, 2 insertions(+) [main 5245bfc] "Contribution:...

Excellent repo, and I've been warning many for years! However, the activity seems like we only ever commit. That's not corect. We also have PRs code reviews, and issues. Could...

## Overview This introduces the ability to use negative values for the `days_after` parameter in the GitHub contribution generation script. This enhancement increases the flexibility of the script, allowing users...

FileNotFoundError: [WinError 3] The system cannot find the path specified: ''

New Command Line Argument --min_commits: Added a new optional argument that allows users to specify the minimum number of commits they want the script to make each day. The argument...

Negative values can be reasonably supported for the `days_after` param if you update the error condition to the following: ```python if days_after + days_before < 0: sys.exit('the absolute value of...

**Idea:** No need to clone the repo and setup github credentials. Use the github action runner to execute the script. Github action can take input for: 1. branch to commit...

1. **Introduced a new command-line argument --end_date:** - Within the **arguments** function, Added a new argument **-ed** or **--end_date** that allows users to specify an end date for the commits....

Add feature to specify the finish date before current dats. For example run script from 50 days to 10 days before current date.

I followed the procedures holistically but still no changes. i made sure all the faq sections were put into consideration.