Skip to content

jdriscoll98/daily-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daily-summary

Generate a summary of your commit history for the day.

Usage:

export OPENAI_API_KEY=your-api-key

daily-summary --repo relative/path/to/your/repo --author "Author Name" --model

--model is an optional argument that specifies the OpenAI model to be used. Defaults to "gpt-4" if not provided. --date is optional but lets you create reports for different dates than today

"Author Name" should match your git commit author name

Publishing:

Build the package:

python3 publish.py

OR

python3 setup.py sdist bdist_wheel Update the version number in setup.py pip install twine twine upload dist/* username = _token password = PYPI_TOKEN