A fully automated, feature-rich Instagram commenting bot for digital activism and awareness.
Language | File | Description |
---|---|---|
🇺🇸 English | README_EN.md | Complete documentation in English |
🇳🇱 Nederlands | README_NL.md | Volledige documentatie in het Nederlands |
🇸🇦 العربية | README_AR.md | التوثيق الكامل باللغة العربية |
De ChromeDriver versie moet exact hetzelfde zijn als je Chrome browser versie. Bijvoorbeeld: als je Chrome 120.0.6099.109 hebt, gebruik dan ChromeDriver 120.0.6099.109. Een verkeerde versie zorgt voor crashes en "session not created" errors.
The ChromeDriver version must be exactly the same as your Chrome browser version. For example: if you have Chrome 120.0.6099.109, use ChromeDriver 120.0.6099.109. A mismatched version causes crashes and "session not created" errors.
يجب أن تكون نسخة ChromeDriver مطابقة تماماً لنسخة متصفح Chrome. مثال: إذا كان لديك Chrome 120.0.6099.109، استخدم ChromeDriver 120.0.6099.109. النسخة الخاطئة تسبب أخطاء وتعطل البرنامج.
Quick Version Check:
# Check Chrome version
google-chrome --version
# or
chromium --version
# Download matching ChromeDriver from:
# https://chromedriver.chromium.org/downloads
# Install dependencies
pip install -r requirements.txt
# Interactive setup
python main.py --setup
# Run the bot
python main.py
This project was created to support digital resistance and spread awareness for Palestine during times of censorship and silence.
Through hashtags like #FreePalestine
, #GazaUnderAttack
, and #SavePalestine
, this bot ensures your message continues to be seen and heard.
🛑 This tool was not made to spread hate or spam. It is a peaceful form of digital activism.
- Console Commands:
status
,stats
,pause
,resume
,stop
- Telegram Remote Control: Control from anywhere
- Real-time Statistics and Monitoring
- Interactive Setup:
python main.py --setup
- JSON Configuration: All settings in
bot_config.json
- No Code Editing Required
- Speed Testing: Skip slow proxies automatically
- Smart Rotation: Only verified fast proxies
- Fallback System: Retry failed proxies
- Real-time Notifications
- Remote Commands:
/status
,/pause
,/resume
- Statistics via Telegram
- Cookie Persistence
- Daily Limits per Account
- Duplicate Prevention
- Error Recovery
This tool is for educational purposes only. Use responsibly and at your own risk.
- ✅ DO: Use for peaceful awareness and education
- ❌ DON'T: Use for spam, harassment, or commercial promotion
- 🎓 Purpose: Educational and humanitarian awareness
- 🔒 Responsibility: Lies entirely with the user
"When injustice becomes law, resistance becomes duty."
🇵🇸 Free Palestine. Long live resistance.
Made with 💚 for digital activism and Palestinian awareness
- 📖 Documentation: Choose your language above
- 🐛 Issues: Open an issue on GitHub
- 💬 Questions: Check the language-specific README files
├── README.md # This file (language selection)
├── README_EN.md # English documentation
├── README_NL.md # Dutch documentation
├── README_AR.md # Arabic documentation
├── main.py # Main bot script
├── requirements.txt # Dependencies
└── .gitignore # Git ignore rules