Skip to content

A Selenium starter project for Instagram automation, mimicking human actions. Features include automated login, extracting follower and following lists, relationship comparison, unfollowing users, messaging, fetching profile info, and downloading posts for offline access. Ideal for beginners exploring web automation with Selenium on Instagram.

Notifications You must be signed in to change notification settings

Arslanex/Instagram-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Instagram Bot

This project is one of the projects I did to test myself. I wanted to automate some things on the internet, where almost everything is available today, and I took instagram as my target. Using Python and the Selenium library, I automated the things I often do on instagam. What my program can do now :

  • Login by itself
  • Extract following list (users & others)
  • Extract follower list (users & others)
  • Compare following/followers
  • Unfollow user(s)
  • Message user(s)
  • Get profile informations
  • Download account posts and zip

Setup

  1. Clone this repostiory : git clone https://github.com/Arslanex/Instagram-Mapping
  2. Instal requirements : pip install -r requirements.txt
  3. Download WebDriver (I used chromedriver)
  4. Run main.py script : python main.py

Note
Yo will need to create your own main, more info in 2 How to Use '

How to Use

To use this program you need to :

  1. Enter your account informations to userinfo.py
  2. Create a main.py script in program folder
  3. import Instagram_Bot module
  4. Call login function
  5. Call the functions you want use
  6. Run main.py in your command promt

Enes ARSLAN

About

A Selenium starter project for Instagram automation, mimicking human actions. Features include automated login, extracting follower and following lists, relationship comparison, unfollowing users, messaging, fetching profile info, and downloading posts for offline access. Ideal for beginners exploring web automation with Selenium on Instagram.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages