Skip to content

Automation of an instagram account using "Instagram Private API" module

License

Notifications You must be signed in to change notification settings

luiseduardobr1/InstagramAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

InstagramAutomation

Automation of an instagram account using "Instagram Private API" module

Functions

All the available functions on Instagram API

This code, we can:

  • List all the followers and following users (from any IG account);
  • Get mutual friends, following alone and follower alone (see code description for more)
  • Extract general information about the photos, like date of publication, location, latitude, longitude, number of likes, comments and the direct link for the publication;
  • Download all photos from an account;
  • Get the users who most liked the photos or commented the most (on any user account);
  • Like all photos of an user;
  • How to be the first comment on every famous instagram page;
  • And Many more...

Usage

  1. Install the libraries:

May be necessary for some functions:

  1. Put your instagram's username and password on the code:
user_name = 'YOUR USERNAME'
password = 'YOUR PASSWORD'
  1. Run the Jupyter Notebook cells in order and have fun! Be careful, instagram can block or ban your account if you use it as spam

About

Automation of an instagram account using "Instagram Private API" module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published