Get Profile information of a instagram user without the need for an username and password
Project description
InstaInfo!
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
Project details
Release history Release notifications | RSS feed
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 details)
File details
Details for the file instainfo-0.1.4.tar.gz
.
File metadata
- Download URL: instainfo-0.1.4.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d13ae3f86f569532937440ea1f3ffa0858fd468229f0b1177f4efbbe77fcdd33 |
|
MD5 | 27dee913d74ebeec9d5954b6b7ef0c03 |
|
BLAKE2b-256 | 5f5e3cb3d3a164d32a2af1d8f7776fb897a0e4fc9610aa9586e34ceccc311492 |