Skip to content

A tool that lets you check your GitHub Project for updates.

License

Notifications You must be signed in to change notification settings

wfxey/githubinformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

githubinformation

License PyPi Contributors badge PyPI - Downloads

A tool that lets you check your GitHub Project for updates.

Installation

You can install githubinformation using pip:

pip install githubinformation

.repo

get_repo_info(owner, repo)

import githubinformation

repo_info = githubinformation.repo.get_repo_info("wfxey", "binaryconvert")

All subinfos

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}")

Output

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

.user

user_link(user)

import githubinformation

githubinformation.user.user_link("wfxey")

Output

https://github.com/wfxey

.release

release_link(name_and_repo, tag)

import githubinformation

githubinformation.release.release_link("D-I-Projects/diec", "v1.0")

Output

https://github.com/D-I-Projects/diec/releases/tag/v1.0

About

A tool that lets you check your GitHub Project for updates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages