🔥 Clone perfis do Instagram com estilo — baixe posts, bio, foto de perfil e metadados diretamente no seu terminal 🔥
✅ Login no Instagram com CSRF seguro
✅ Suporte a Tor e proxies personalizados
✅ Uso de User-Agent aleatório
✅ Download automático de:
- 📸 Fotos
- 🎥 Vídeos
- 🖼️ Carrosséis
- 📝 Legendas
- 🗂️ Metadados (JSON)
✅ Criação automática de pastas organizadas por perfil
✅ Delay configurável entre requisições
git clone https://github.com/lalaio1/InstaCopy
cd InstaCopy
pip install -r requirements.txt
python3 InstaCopy.py -hpkg update && pkg upgrade
pkg install git python
git clone https://github.com/lalaio1/InstaCopy
cd InstaCopy
pip install -r requirements.txt
python InstaCopy.py -h- Instale o Python 3 pelo python.org
- Instale o Git pelo git-scm.com
- Clone o repositório:
git clone https://github.com/lalaio1/InstaCopy
cd InstaCopy
pip install -r requirements.txt
python InstaCopy.py -hExemplo básico:
python3 InstaCopy.py -u SEU_USUARIO -p SUA_SENHA -t alvo_instaCom Tor:
python3 InstaCopy.py -u SEU_USUARIO -p SUA_SENHA -t alvo_insta --torCom proxy customizado:
python3 InstaCopy.py -u SEU_USUARIO -p SUA_SENHA -t alvo_insta --proxy http://127.0.0.1:8080Com User-Agent aleatório:
python3 InstaCopy.py -u SEU_USUARIO -p SUA_SENHA -t alvo_insta --random-agent| Argumento | Descrição |
|---|---|
-u, --user |
👤 Usuário do Instagram (obrigatório) |
-p, --password |
🔑 Senha do Instagram (obrigatório) |
-t, --target |
🎯 Usuário alvo a ser clonado (obrigatório) |
--tor |
🕵️ Usar proxy via Tor (127.0.0.1:9050) |
--proxy |
🌐 Usar proxy customizado (http/https/socks) |
--random-agent |
🎲 Usar User-Agent aleatório |
-d, --delay |
⏱️ Delay entre requisições (padrão: 1s) |
alvo_insta/
├── profile/
│ └── alvo_insta_profile_pic.jpg
├── posts/
│ ├── 001_post_legenda.jpg
│ ├── 001_post_legenda_caption.txt
│ └── 001_post_legenda_metadata.json
├── profile_metadata.json
└── bio.txt
👤 Feito inteiramente por lalaio1 📬 Contato: t.me/lalaio1 📦 Repositório oficial: InstaCopy


