Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.6 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.6 KB

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