Apart from a ridiculous amount of university deliveries, I’m trying to work on a Python (pip) version of cargo-thanks. Right now, I am able to already extract the links to GitHub of all the dependencies of a project; so I just need the way to actually star the repositories. I’m getting closer!
Apart from a ridiculous amount of university deliveries, I’m trying to work on a Python (pip) version of cargo-thanks. Right now, I am able to already extract the links to GitHub of all the dependencies of a project; so I just need the way to actually star the repositories. I’m getting closer!
Maybe this will help:
https://developer.github.com/v3/activity/starring/#star-a-repository
It does, thank you!