I have a database of the links to GitHub commits (or hashes) of some projects. I want to do a sentiment analysis of commit comments (messages). I need to print the commit message of one given commit but from a big set of the projects.
However, how can I do this without cloning all of the projects and retrieving the information from the specific commits individually?