Skip to content

Auto follow, like and comment on instagram.

Notifications You must be signed in to change notification settings

lyricsjoker/python_instagram

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction of the project

This project is create to learn python.

Origin from Increase your Instagram followers with a simple Python bot

Evironment

  • Python 3.7
  • Selenium
  • Chrome
  • Instagram account
  • chromedriver

Commands

Operate System: MacOS

1.how to install python and related tools.

Download and install newest python from Python.

After install success, run

which python3

should get the the path of python3.

  1. Set up virtual environment
pip install virtualenv

go to project and activ

cd  ${my_project} 
virtualenv ${env_name}

A folder called ${env_name} created, all future python modules should be install inside this folder. In ${env_name}/lib/python3.7/site-packages

Activate virtual environment

source my_project_env/bin/activate

Install project modules

pip install pandas
pip install selenium

Start run

python3 fans.py

Result

  1. All added instagram user will be added to .csv file, you next these user will not be targeted
  2. You can see 5 person follow me in half hour. Screenshot is added in /result folder.

About

Auto follow, like and comment on instagram.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%