An automation system for organically growing an Instagram account
Running this will require:
- Selenium
- ChromeDriver
- Chrome
Install them by running these commands in your venv:
pip install selenium
pip install webdriver_manager
Save your credentials in main.py:
account = 'account username goes here'
password = 'password goes here'
Run the program from main.py.