Skip to main content

Get Profile information of a instagram user without the need for an username and password

Project description

InstaInfo!

Downloads Downloads Downloads

Project Description

It provides an efficient and usefull way of fetching information of a particular isntagram username without the hassle of providing credentials.

Functions

  • Get Profile Picture URL
  • Check If the Profile is private
  • Check If the Profile is a Business Account
  • Check if the Profile is newly Created
  • Get the number of followers of a profile
  • Get the number of people that follow a particular profile

Example

# Import the module
import instainfo
# Create an instance of the class
user = instainfo.UserProfile('alanwalkermusic')
# Prints the users profile picture URL
print(user.GetProfilePicURL())
# Prints the number of follower the Profile has
print(user.FollowersCount())
# Prints the number of people that follow the profile
print(user.FollowedByCount())
# prints True if the profile is private
print(user.IsPrivate())
# prints True if the profile is business account
print(user.IsBusinessAccount())

Screenshots

Code Output

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

instainfo-0.1.4.tar.gz (2.5 kB view hashes)

Uploaded Source

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