You can install githubinformation
using pip:
pip install githubinformation
import githubinformation
repo_info = githubinformation.repo.get_repo_info("wfxey", "binaryconvert")
import githubinformation
repo_info = githubinformation.repo.get_repo_info("wfxey", "binaryconvert")
if repo_info:
print(f"Repository: {repo_info['full_name']}")
print(f"Description: {get_description(repo_info)}")
print(f"Stars: {get_stars(repo_info)}")
print(f"Forks: {get_forks(repo_info)}")
print(f"Open Issues: {get_open_issues(repo_info)}")
repo_link(f"{owner}/{repo}")
Repository: wfxey/binaryconvert
Description: A super easy python tool that converts your text in binary language 8x Bit
Stars: 1
Forks: 0
Open Issues: 0
import githubinformation
githubinformation.user.user_link("wfxey")
https://github.com/wfxey
import githubinformation
githubinformation.release.release_link("D-I-Projects/diec", "v1.0")
https://github.com/D-I-Projects/diec/releases/tag/v1.0