For Microtask 2, I have made the python script to run perceval command with git backend and github backend. With git as backend the script is git-backend and when github is backend the script is github-backend. The github-backend script on execution gives output the usernames of all the persons who made commit on the repo and git-backend gives output the number of commits that are made alond with their date and time.
Output:
- Using Git Backend:
Command :python git-backend.py
- Using Github Backend:
Command :python github-backend.py