A XMPP puppeteering gateway based on Slidge and Instagrapi
Find a file
2025-10-24 18:12:37 -03:00
Insthidge Initial commit 2025-10-23 19:17:24 -03:00
.copier-answers.yml Make use of the templated development environment without including it on te repo 2025-10-24 16:58:01 -03:00
.gitignore Make use of the templated development environment without including it on te repo 2025-10-24 16:58:01 -03:00
copier-run.sh Make use of the templated development environment without including it on te repo 2025-10-24 16:58:01 -03:00
pyproject.toml Initial commit 2025-10-23 19:17:24 -03:00
README.md Add development environment instrucctions 2025-10-24 18:12:37 -03:00
UNLICENSE Unlicense 2025-10-24 16:59:30 -03:00

Insthidge

A XMPP puppeteering gateway based on Slidge and Instagrapi

Chat with Instagram users wthout leaving XMPP.

Warning

The only 2FA supported is TOTP, sms/whatsapp does not work with Instagrapi for now.

Warning

Less than alpha software, this does not work

Development Environment

  1. Run ./copier-run.sh
  2. CD into slidge-insthidge
  3. Run docker compose up -d, and docker compose logs -f to see the logs.
  4. Use Gajim to login to test@localhost with password password
  5. Make changes
  6. Run docker compose down
  7. Remove the slidge-insthidge if you like.