It is a useful project for developers that includes useful tools for Instagram

Overview

InstagramIG

It is a useful project for developers that includes useful tools for Instagram

SidraELEzz' Github Stats

Installation :

pip install InstagramIG

Logan Usage

" 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") ">
from InstagramIG import SidraELEzz

username = "
     
      "
     
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

< username >" followers = SidraELEzz.followers(str(username)) print (followers) ">
from InstagramIG import SidraELEzz

username = "< username >"

followers = SidraELEzz.followers(str(username))
print (followers)
	

To get the number of following

< username >" following = SidraELEzz.following(str(username)) print (following) ">
from InstagramIG import SidraELEzz

username = "< username >"

following = SidraELEzz.following(str(username))
print (following)
	

To get the number of posts

< username >" post = SidraELEzz.posts(str(username)) print (post) ">
from InstagramIG import SidraELEzz

username = "< username >"

post = SidraELEzz.posts(str(username))
print (post)
	

To get the id

< username >" id = SidraELEzz.id(str(username)) print (id) ">
from InstagramIG import SidraELEzz

username = "< username >"

id = SidraELEzz.id(str(username))
print (id)
	

To get the name

< username >" name = SidraELEzz.name(str(username)) print (name) ">
from InstagramIG import SidraELEzz

username = "< username >"

name = SidraELEzz.name(str(username))
print (name)
	

To get the target account creation date

< username >" data = SidraELEzz.data(str(username)) print (data) ">
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

" 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") ">
from InstagramIG import SidraELEzz

username = "
     
      "
     
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

Github Telegram

Owner
Sidra ELEzz
ليس من الجيد لشخصيتك أن يكون كل شيء فيك رائعًا باستثناء عقلك
Sidra ELEzz
Streaming Finance Data with AWS Lambda

A data pipeline consisting of an AWS lambda function reading data from yfinance API, an AWS Kinesis stream to receive & store data in S3 buckets and AWS Glue crawler & Athena to run SQL queries.

Aarif Munwar Jahan 4 Aug 30, 2022
TG-Streaming-bot - TG Simple Streaming bot

TG Simple Streaming bot telegram video straming bot 🎚️ Features Play youtube li

HyDrix 4 May 05, 2022
Free & open source API service for obtaining information about +9600 universities worldwide.

Free & open source API service for obtaining information about +9600 universities worldwide.

Yagiz Degirmenci 57 Nov 04, 2022
API para realizar parser de frases

NLP API Simple api to parse and apply some preprocessing steps in portuguses phrases (pt_BR) This api uses the great FastAPI and spaCy packages! Usage

⟠ Rodolfo De Nadai 1 Dec 28, 2021
A cracking tool of Xiaomi Dr AI (Archytas / Archimedes)

Archytas Tool 我们强烈抵制闲鱼平台上未经授权的刷机服务! 我对本人之前在程序中为防止违规刷机服务添加未生效的格机代码感到抱歉,在此声明此过激行为与 Crack Mi Dr AI Team 无关,并将程序开源。 A cracking tool of Xiaomi Dr AI (Archy

rponeawa 5 Oct 25, 2022
SIGIT - Simple Information Gathering Toolkit

SIGIT - Simple Information Gathering Toolkit Features userrecon - username reconnaissance facedumper - dump facebook information mailfinder - find ema

Termux Hackers 437 Dec 29, 2022
A discord program that will send a message to nearly every user in a discord server

Discord Mass DM Scrapes users from a discord server to promote/mass dm Report Bug · Request Feature Features Asynchronous Easy to use Free Auto scrape

dropout 56 Jan 02, 2023
Bot per la chat live del corso di sistemi operativi UniBO

cravattaBot TL;DR: Ho fatto un bot telegram per la chat del corso di sistemi. Indice Installazione e prerequisiti Prerequisiti Installazione Setup Con

Alessandro Frau 3 May 21, 2022
With Google Drive API. My computer and my phone are in love now.

Channel trought Google Drive Google Drive API In this case, "Google Drive App" is the program. To install everything you need(has some extra things),

Luis Quiñones Requelme 1 Dec 15, 2021
Aria/qBittorrent Telegram mirror/leech bot

This is a Telegram Bot written in Python for mirroring files on the Internet to your Google Drive or Telegram. Based on python-aria-mirror-bot Feature

28 Dec 25, 2022
Bot telegram yang menggemakan pesan apa pun yang Anda kirim atau modifikasi untuk menganonimkan pesan

Bot telegram yang menggemakan pesan apa pun yang Anda kirim atau modifikasi untuk menganonimkan pesan

KEN KAN 2 Oct 21, 2022
a simple quant trading bot with CLI interface

shepherd a simple quant trading bot with CLI interface CLI shell command docs coming soon after I brush up the code and add more features :) Minimal R

m00n 0 Jun 06, 2022
Source code for "Efficient Training of BERT by Progressively Stacking"

Introduction This repository is the code to reproduce the result of Efficient Training of BERT by Progressively Stacking. The code is based on Fairseq

Gong Linyuan 101 Dec 02, 2022
A Telegram bot to download from Youtube server.

IDN-YoutubeDL-Bot A Telegram bot to download from Youtube server. Configs 📖 API_ID - Your APP ID. Get it from my.telegram.org API_HASH - Your API_HAS

IDNCoderX 4 Dec 02, 2022
MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.

MONAI Deploy App SDK offers a framework and associated tools to design, develop and verify AI-driven applications in the healthcare imaging domain.

Project MONAI 49 Dec 23, 2022
Get charts, top artists and top songs WITHOUT LastFM API

LastFM Get charts, top artists and top songs WITHOUT LastFM API Usage Get stats (charts) We provide many filters and options to customize. Geo filter

4 Feb 11, 2022
A python telegram bot to fetch the details of an ipadress with help of ip-api

ipfetcher A python(Pyrogram) oriented telegram bot to fetch the details of an ipadress developed by @riz4d with the API of https://ip-api.com Deployme

Mohamed Rizad 5 Mar 12, 2022
Moderation By Pokemon Bot (Discord)

Moderation Bot By Pokémon Bot (Discord) Official Moderation Bot for Pokemon Bot functional and based in the Discord Server, the bot is written in Pyth

Aakash Manoj Agrawal 6 Jan 04, 2022
ABACUS Aroio API for Webinterfaces and App-Connections

ABACUS Aroio API for Webinterfaces and App-Connections Setup Start virtual python environment if you don't have python3 running setup: $ python3 -m ve

Abacus Aroio Developer Team 1 Apr 01, 2021
Unofficial WebApp for WhatsApp Web created in PyQt6

Unofficial WebApp for WhatsApp Web created in PyQt6 using PyQt6-WebEngine

Rafael Tosta Santos 126 Dec 20, 2022