Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 438 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 438 Bytes

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.