aashutoshrathi / git-stalk-cli

A CLI tool for keeping an eye on contributions of peers (Python Package)
https://pypi.org/project/git-stalk/
MIT License
43 stars 38 forks source link

Arguments to screen date ranges #7

Open alichtman opened 6 years ago

alichtman commented 6 years ago

Add two command line arguments:

--since MM-DD-YYYY and --until MM-DD-YYYY, and allow them to be used in conjunction or separately to screen for certain date ranges

aashutoshrathi commented 6 years ago

@alichtman would you like to send a PR?

alichtman commented 6 years ago

I don't have any free bandwidth to contribute, unfortunately.

gpetrousov commented 5 years ago

As I understand this will work only for the 30 events that the API allows you to fetch? https://developer.github.com/v3/activity/events/ Meaning that you can only filter within the dates that these events cover.

gpetrousov commented 5 years ago

@aashutoshrathi Can I work on this if @alichtman cannot?

aashutoshrathi commented 5 years ago

Sure @gpetrousov

VANKINEENITAWRUN commented 5 years ago

@aashutoshrathi can I take it if hasn't finished?