Skip to content

thesinakamali/github-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-social

Check out your GitHub account as a social media account! Read more to find out what we can do for you.

How To Install

Our package is published on PyPI, so you can install it with pip:

    pip install github-social

features

Do you want to find out which one of your friends don't follow you back? Use the code below to easily find out!

from githubsocial.GithubUser import GithubUser

GithubUser("YOUR_USERNAME").get_following_followers_diff()

You can also get a list of your followers and followings by running:

from githubsocial.GithubUser import GithubUser

followers = GithubUser("YOUR_USERNAME").get_followers()
followings = GithubUser("YOUR_USERNAME").get_followings()

About

Check out your GitHub account as a social media account!

Resources

License

Stars

4 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages