AIGEA BOT USING PROXY https://app.aigaea.net/
This is a proxy manager script that interacts with Aigaea's API, allowing you to authenticate with proxies, track scores, and manage browser sessions. The script fetches proxy lists and pings them periodically while managing authentication sessions.
- Node.js (v16 or above)
- npm (Node Package Manager)
- Aigaea account (for obtaining the access token)
-
Clone the repository or download the script:
git clone https://github.com/Zlkcyber/aigaea-bot.git cd aigea-bot
-
Install dependencies:
The script requires several packages such as
node-fetch
,https-proxy-agent
, andreadline
. You can install these by running:npm install
The necessary packages will be listed in
package.json
. -
Create the
proxy.txt
file:The proxy list will be saved to this file, put your proxy there.
-
You can obtain your token and browser id from the Aigaea Dashboard.
-
Copy your first 8 browser id
-
Run the script:
After installing the dependencies and setting up the
proxy.txt
file, you can run the script using Node.js:npm run start
Proxy Authentication and Pinging:
- The script authenticates with Aigaea using your access token.
- It retrieves a browser_id
for each proxy, which is stored for future use.
- Periodically, the script pings the proxies to ensure they are still functional and have a high score.
- If a proxy's score falls below a certain threshold, it will re-authenticate and retry the ping process.