Skip to content

An automation system for organically growing an Instagram account

License

Notifications You must be signed in to change notification settings

chemsallioua/InstaZen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Insta-Zen

An automation system for organically growing an Instagram account

Required packages

Running this will require:

  • Selenium
  • ChromeDriver
  • Chrome

Install them by running these commands in your venv:

pip install selenium
pip install webdriver_manager

Set Up

Save your credentials in main.py:

account = 'account username goes here'
password = 'password goes here'

Usage

Run the program from main.py.