• Projects 3
  • Rating 5.0
  • Rating 993

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.

  • Projects 6
  • Rating 3.9
  • Rating 788

Budget: 100 PLN Deadline: 1 day

Good day.
I am engaged in the development of automation systems, browser emulation, and multithreaded solutions in Python. Before starting work, I would like to study the MAX platform and the criteria for counting views in detail, as this directly affects the architecture of the solution and possible limitations.
I can implement:
* management of scenarios through a web interface;
* multithreaded work with proxies;
* flexible settings for schedules and intensity;
* independent processing of multiple publications;
* launching and monitoring scenarios from the client's server.
To assess the timelines and costs, I would like to clarify:
* What volume of views is planned for one publication per day?