Skip to main content

A helper for github users managing their accounts as social accounts.

Project description

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 findout which one of your friends don't follow you back? Use the code below to 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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

github-social-0.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

github_social-0.1.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page