Skip to content

Ramomjcs/BOT-Instagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BOT-Instagram

BOT, em Python, de curtidas e comentários automáticos para Instagram

Instalação MacOS (brew)

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

About

BOT, em Python, de curtidas e comentários automáticos para Instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages