Looking around, I noticed that you use requests to fetch data from GitHub API. One potential improvement could be to use GitHub and GitLab clients to access APIs.
I think, under the hood, it is exactly the same. But the advantage for you is that it adds an abstraction layer and (hopefully) makes your code more readable.
Looking around, I noticed that you use
requeststo fetch data from GitHub API. One potential improvement could be to use GitHub and GitLab clients to access APIs.I think, under the hood, it is exactly the same. But the advantage for you is that it adds an abstraction layer and (hopefully) makes your code more readable.