BOT, em Python, de curtidas e comentários automáticos para Instagram
Instalar Python brew install python python3 --version
Instalar Pip python3 -m ensurepip --upgrade pip3 --version
Instalar Selenium pip3 install selenium
python3 -m venv path/to/venv source path/to/venv/bin/activate python3 -m pip install xyz
pip3 install selenium
Instalar com geckodriver brew install geckodriver geckodriver --version chmod +x /opt/homebrew/bin/geckodriver
Copiar caminho do geckodriver which geckodriver
Instalar Firefox brew install --cask firefox firefox --version
Iniciar o projeto com python3 botInstragram.py