Skip to content

Commit

Permalink
Updated with the new script
Browse files Browse the repository at this point in the history
  • Loading branch information
ajwdd authored Mar 15, 2024
1 parent e218e50 commit 09c07ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ RapidUnlike is a script that unlikes all your liked tweets at an impressive spee
//│ |_| https://github.com/ajwdd │
//└─────────────────────────────────────────────────────┘

// Configuration object
// Configuration
const config = {
MAX_UNLIKES: 5500,
BASE_WAIT_TIME: 100,
INCREMENT_WAIT: 200,
DECREMENT_WAIT: 50,
RETRY_COUNT: 3,
RATE_LIMIT_WINDOW: 60 * 1000, // 1 minute
RATE_LIMIT_WINDOW: 60 * 1000,
RATE_LIMIT_MAX_UNLIKES: 50,
PROGRESS_REPORT_INTERVAL: 60 * 1000, // 1 minute
PROGRESS_REPORT_INTERVAL: 60 * 1000,
};

// Helper functions
Expand Down Expand Up @@ -272,4 +272,4 @@ RapidUnlike is a script that unlikes all your liked tweets at an impressive spee

---

**Note:** Adjust the wait time (in milliseconds) according to your internet speed if needed.
**Note:** Adjust the wait time (in milliseconds) according to your internet speed if needed.

0 comments on commit 09c07ee

Please sign in to comment.