Scrape Instagram Profile and login Instagram
Project description
InstagramIG
It is a useful project for developers that includes useful tools for Instagram
Installation :
pip install InstagramIG
Logan Usage
from InstagramIG import SidraELEzz
username = "<your email or phone or username>"
password ="<your password >"
Logan = SidraELEzz.Instalogin(str(username),str(password))
if Logan ==True:
print ("login successful")
elif Logan ==False:
print("Error account is security")
elif deta ==None:
print("Error account is bad")
To get the number of followers
from InstagramIG import SidraELEzz
username = "< username >"
followers = SidraELEzz.followers(str(username))
print (followers)
To get the number of following
from InstagramIG import SidraELEzz
username = "< username >"
following = SidraELEzz.following(str(username))
print (following)
To get the number of posts
from InstagramIG import SidraELEzz
username = "< username >"
post = SidraELEzz.posts(str(username))
print (post)
To get the id
from InstagramIG import SidraELEzz
username = "< username >"
id = SidraELEzz.id(str(username))
print (id)
To get the name
from InstagramIG import SidraELEzz
username = "< username >"
name = SidraELEzz.name(str(username))
print (name)
To get the target account creation date
from InstagramIG import SidraELEzz
username = "< username >"
data = SidraELEzz.data(str(username))
print (data)
Log in with a phone number or email with all the information
from InstagramIG import SidraELEzz
username = "<your email or phone >"
password ="<your password >"
Logan = SidraELEzz.Instalogin(str(username),str(password))
if Logan ==True:
sessionid = 'sessionid.txt'
file = open(sessionid, "r").readline().split('\n')[0]
username = SidraELEzz.username(str(file))
print ("login successful")
print(username)
followers = SidraELEzz.followers(str(username))
print (followers)
following = SidraELEzz.following(str(username))
print (following)
post = SidraELEzz.posts(str(username))
print (post)
ID = SidraELEzz.id(str(username))
print (ID)
name = SidraELEzz.name(str(username))
print(name)
deat = SidraELEzz.data(str(username))
print (deat)
elif Logan ==False:
print("Error account is security")
elif Logan ==None:
print("Error account is bad")
Follow us on social media
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
InstagramIG-0.0.2.tar.gz
(8.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file InstagramIG-0.0.2.tar.gz.
File metadata
- Download URL: InstagramIG-0.0.2.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c006ea68e6f6e4c8abc95b083b462a1b781ed228ddf5e138d9fdd76850a026f
|
|
| MD5 |
d866526eeacf6359174261bd43cda4db
|
|
| BLAKE2b-256 |
9c9145f6bae4db036a0468a600a5afc52e012c24d4b9b9f81aa8441797134496
|
File details
Details for the file InstagramIG-0.0.2-py3-none-any.whl.
File metadata
- Download URL: InstagramIG-0.0.2-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.7.1 requests/2.26.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/2.7.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c7fb0d956aa24384940eb0a4449db266479f8c6964732d3a6ee20cb17fc36b1
|
|
| MD5 |
88d2ee5a576f92dbe4912b49c70a9e2b
|
|
| BLAKE2b-256 |
4d28c2838eeeb73117ac040597e923982c9be2432526b19d78b9958d5feeff2f
|