This project stores credentials in plain text files:
.env- Instagram and WhatsApp credentialsig_session.json- Instagram session tokenswa_profile/- WhatsApp Web session data
Recommendations:
- Never commit these files to version control
- Use throwaway/test accounts only
- Restrict file permissions:
chmod 600 .env ig_session.json - Do not share these files publicly
This tool uses unofficial APIs that may:
- Trigger account restrictions
- Expose your credentials to third-party libraries
- Change without notice, breaking functionality
Use at your own risk with test accounts only.
If you discover a security vulnerability:
- Do NOT open a public issue
- Email the maintainers privately
- Provide detailed information about the vulnerability
- Allow time for a fix before public disclosure
We will acknowledge your report within 48 hours.
| Version | Supported |
|---|---|
| 1.0.x | ✅ |
| < 1.0 | ❌ |
- Use virtual environments
- Keep dependencies updated
- Review code before running
- Monitor account activity
- Use separate test accounts