Instagram Scraping tools and bot
Project description
Create A Login Session :
ex :
a=igtools.Session()
a.login(“username”,”pass”) #login to instagram
print (a.is_login) #Return True If Succed login
a.follow(“Username”) #Following People
a.unfollow(“username”) #unfollowing people
a.likes(“username”) #like the first post of user
a.comments(“username”,”comment”) #comment first post of user
a.changepass(“newpassword”) #change your password
a.changemail(“newemail”) # change your email
a.changephone(“newphone”) # change your phone number
a.changebio(“newbio”) # change your biography
Instagram Scraping :
ex :
- igtools.get_followers(“username”,max=1000) #Generator object,use it in loop
- ex: for i in igtools.get_followers(“username”,max=1000):
- print u
igtools.getbyhashtag(“hashtagname”,max=1000) #Generator object too
igtools.get_followings(“username”,max=max) #generator object
igtools.getuserpost(“username”,max=10) #getting post id by username
igtools.search(“username”) #getting search list in instagram
igtools.getuserid(“username”) #getting username numeric id
igtools.login(“Username”,”password”,print_=False) # return true if login success
for future update please subscribe my channel : JustA Hacker contact : whatsaapp (6289682009902)
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.