Budget: 236 PLN Deadline: 6 days
For your task on the MAX platform, I will develop an autonomous view management system through browser emulation on Node.js. The main objective is to isolate streams for publications so that old posts gain views according to a schedule alongside new ones, using proxies with IP rotation and stealth settings against anti-fraud.
To implement the worker logic, a combination of Playwright and Redis will work well. Here’s a rough outline of one activity stream:
const browser = await chromium.launch({ proxy: { server: proxyUrl } });
const context = await browser.newContext({ userAgent: generateUA() });
const page = await context.newPage();
await page.goto(postUrl);
await simulateReading(page, config.delay);
I will package the entire system in Docker for operation on your side, and I will create an interface for starting, stopping, and configuring parameters using pure JS/HTML. I am ready to show a finished mini-prototype on one of your publications within two days.