Skip to main content

A python package that helps getting the user info from social apps

Project description

Downloads

Social User Info

A python package that helps to get the user info from social apps

Installation

Required Python Version >= 3
pip install social-user-info

Supported Social Media

  • Google
  • Facebook
  • Github
  • Microsoft

How it works?

The package has a method APIService.get_user_info(access_token, auth_source). This method accepts the access_token and auth_source and returns the user info corresponding to the given access token

Usage

Get your google access token:

  • Navigate to: https://developers.google.com/oauthplayground/
  • In Step 1, select Google OAuth2 API v2 and add https://www.googleapis.com/auth/userinfo.email and https://www.googleapis.com/auth/userinfo.profile. Click on Authorize APIs
  • Login/Select the account you want the access token of
  • In Step 2, Click on Exchange Authorization Code for Tokens
  • Get the access_token from the returned JSON

Get your facebook access token

Get your github access token

  • Login to your github account
  • Navigate to settings
  • Navigate to developer settings at the bottom left
  • Navigate to personal access token
  • Generate a new Token
  • Get the access_token by clicking on Generate Token

Get your microsoft access token

Obtain user info

from social_user_info.social_user_info import APIService

APIService.get_user_info(access_token={access_token_from_above_step}, auth_source='google')
APIService.get_user_info(access_token={access_token_obtained_from_facebook}, auth_source='facebook')
APIService.get_user_info(access_token={access_token_obtained_from_github}, auth_source='github')
APIService.get_user_info(access_token={access_token_obtained_from_microsoft}, auth_source='microsoft')

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

social-user-info-1.1.0.tar.gz (6.3 kB view details)

Uploaded Source

Built Distribution

social_user_info-1.1.0-py3-none-any.whl (8.6 kB view details)

Uploaded Python 3

File details

Details for the file social-user-info-1.1.0.tar.gz.

File metadata

  • Download URL: social-user-info-1.1.0.tar.gz
  • Upload date:
  • Size: 6.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for social-user-info-1.1.0.tar.gz
Algorithm Hash digest
SHA256 54c87933441495a58fac428893f078655699a3136d8fef6a3ce48f3ae914ed03
MD5 a34f796be0eb510385e69c7aa86e913b
BLAKE2b-256 fb15e331a5a51a77a031864cbe631cd4f95688f65c5fcbaf80e191b9cde0c780

See more details on using hashes here.

File details

Details for the file social_user_info-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: social_user_info-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 8.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2

File hashes

Hashes for social_user_info-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 356565f694b33714d6a2f70cfb64639c5fb71cb5fd82044ff3a96553d2e641e0
MD5 385008d6534ef951bc68b361ce5bffb2
BLAKE2b-256 cf7603a527714fe0f5ebcff40290ea63e03fa82beb0d9c442bdf835dd5ca0c42

See more details on using hashes here.

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