Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ A powerful and free open-source Instagram automation tool for managing your digi
- **Error Handling**: Automatic retry on failures
- **Configurable Settings**: Customize to your needs
- **Activity Logging**: Track your operations
- **Exclude Users**: Exclude users from the like removing, so specific liked posts do not get removed!

## 🚀 Quick Start Guide

Expand Down Expand Up @@ -137,7 +138,7 @@ The installer handles all dependencies automatically:

### Quick Usage Guide
1. **Installation**
- Windows: Run `run.bat`
- Windows: Run `run.bat` -> I didn't update this
- macOS/Linux: Execute `run.sh`
2. **Setup**: Add Instagram Account, then provide your login credentials, and then start the unliking process
3. **Operation**: Follow the interactive dashboard
Expand Down Expand Up @@ -185,5 +186,6 @@ This tool is for educational purposes only. Use responsibly and in accordance wi
---

<div align="center">
Made with ❤️ by u/TahaGorme
Made with ❤️ TahaGorme
Added feature of excluding instagram accounts by me
</div>
14 changes: 8 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"delay": {
"min": 20,
"max": 100
"min": 5.0,
"max": 15.0
},
"break": {
"min": 900,
"max": 3600,
"probability": 0.01
"min": 300.0,
"max": 900.0,
"probability": 0.001
},
"accounts": {},
"excluded_users": [],
"log_level": "INFO",
"max_retries": 3,
"retry_delay": 60,
"auto_update": true,
"python_min_version": "3.7.0"
}
}
Loading