Skip to content
View TonyV23's full-sized avatar
:shipit:
Coding ....
:shipit:
Coding ....
  • Girne, Northern Cyprus

Block or report TonyV23

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
TonyV23/README.md

Github committers.top badge wakatime

GitHub Stats Streak Stats
Tony's Github Stats Tony's streak

Pinned Loading

  1. This is a python script using the Py... This is a python script using the PyDriller library that allows to extract in a repository information like commits, project contributors, modifications, diffs and source code
    1
    from pydriller import Repository
    2
    
                  
    3
    for commit in Repository('linkRepo').traverse_commits() :
    4
        print (commit.hash)
    5
        print (commit.author.name)