Skip to content

Instantly share code, notes, and snippets.

View konsnos's full-sized avatar
🏠
Working from home

Konstantinos Egkarchos konsnos

🏠
Working from home
View GitHub Profile
@konsnos
konsnos / remote_commits_by_author.py
Created March 21, 2023 07:16
A small script printing all commits by author for a number of past days
#!/usr/bin/env python3
# GitPython is required
import git
import datetime
listOfRepos = []
days = 3