Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 624 Bytes

File metadata and controls

19 lines (13 loc) · 624 Bytes

InstaGram-Bot

Instagram Bot Built with Python 3 using Selenium Library.

Features :

  • Login to Instagram
  • Navigate to a user's Page
  • Follow a User
  • Unfollow a User
  • Get List of Followers of any User
  • Log Out from Instagram

Note :

  • Download driver for your respective version of Google Chrome into the root directory of the project. To see your Google Chrome version, go to chrome://version/ in your browser. To download the respective driver, go here: http://chromedriver.chromium.org/downloads.

Installing Selenium :

  • You can simply use pip install selenium in cmd or terminal.