- Extracting log data
git log --pretty=format:'%h::%s::%ad::%an::' --shortstat --no-merges --date=short --author={sample@gmail.com} | paste - - - > {repo}_{name_with_hypen}_log.txt
- Modifying config data
CSS_FILE = 'sample_css.css'
PAGES = [{
'name': 'name', 'repos': ['repo'], 'comments': [{'author': 'iiogmgo', 'message': 'comments for you!'}]
}]
- Make commit book
pip install -r requirements.txt
python generate_book.py