Automation bot for playerok.com
1. Main Menu and Monitoring
Dashboard screen updated in real-time (or by button):
Status of key modules (On/Off).
Current tasks: number of pending code/email deliveries from buyers, active orders.
Financial summary for the current date (Total amount, net profit considering commissions and expenses).
Monitoring currency rates (for example, current USDT rate).
Autocode Module (Auto-responder for buyers)
Step-by-step scenario (workflow) for conducting a transaction without seller involvement. Must have flexible toggles for each stage:
Processing scenario if the buyer did not provide an email.
Automatic request for confirmation code (for example, for Supercell ID in all games).
Validation check of the code received from the buyer.
Action scenarios "Upon Purchase", "After Code Entry", "After Completion" and "After Transaction Confirmation".
Reminder Module (if the buyer does not respond for a long time).
Automatic trigger: "Request Review" after successful completion.
Job Module (Managing Active Orders)
Interface for manual control or monitoring of the current transaction:
Display details: Game (for example, Brawl Stars, Roblox), product name, buyer's nickname, payment status, time of last update.
Parsing chat with the buyer inside Playerok and displaying messages in the Telegram panel.
Control buttons: "Request New Code (X/3)", "Make Refund", navigation through active orders.
4. Autobump Module (Auto-raising Products)
Automatic promotion of products in the marketplace listing:
Separation of operating modes: "Day" and "Night" with custom timings/delays for each period.
Setting a daily spending limit for promotion (in rubles).
Ability to select specific categories or product lists for raising.
5. Relist Module (Auto-restoration of Products)
Monitoring product availability on the showcase:
Automatic re-upload/restoration of the product for sale immediately after the previous instance has been purchased.
Processing products that have expired placement time.
Setting up "Exclusions" lists (products that should not be automatically re-listed).
6. Statistics Module (Sales Analytics)
Deep parsing of the financial history of the account:
Data grouping: "Today", "Yesterday", "Current Month (2026-06)".
Metrics: Number of sales, number of returns, gross profit on the site, cost price (entered manually or via Google Sheets), promotion costs (Premiums), net profit (in currency and equivalent $).
Output "Top Sales" (best-selling product for the period).
Integration with Google Sheets API for automatic export of all reports to a spreadsheet.
Settings Menu
View unread dialogues and problematic transactions.
Quick access to daily transactions and list of bad reviews for prompt dispute resolution.
Roblox Module (Automatic Order Fulfillment via Swizzyer)
Specialized module for full automation of order processing from the "Roblox" category through integration with the supplier's personal account Swizzyer.
Workflow of the module:
Monitoring and Parsing: The bot continuously scans chats of active orders on Playerok in the Roblox category. Upon detecting input from the buyer (link/login/password), the bot automatically reads them.
Interaction with Swizzyer: The bot logs into the panel
https://swizzyer.com/dashboard, automatically creates a new order using the parsed data from the chat, and takes it for tracking.Execution Status and Chat Broadcasting: The bot monitors changes in order stages on the Swizzyer site and instantly duplicates them to the buyer in the Playerok chat in a nice, structured format. Key statuses for sending:
🔄 "Successful authorization, data is correct"
⏳ "Robux crediting started"
✅ "Successful crediting [Amount] R$" (with the exact volume of purchased currency displayed).
Data Rewrite Logic ("New Link"):
If the buyer sends new data or a new link in the chat before the actual work begins, the bot must automatically cancel/delete the old incorrect order on Swizzyer, create a new one with the current data, and continue execution.
Important Limitation (Protection Against Failures): This full rewrite function is blocked and becomes unavailable if:
The order has already transitioned to the final status "Completed".
The current status of the order on Swizzyer has changed to "Transferred to Worker" or "In Processing" (to avoid duplication or data change at the moment of actual currency crediting to the account). When attempting to change the link at this moment, the bot should politely notify the user that the order is already being processed and the data is frozen.
Applications 2
-
Hello! I am ready to take on your project and will complete it urgently. I have extensive experience with similar tasks, so there will be no difficulties. If I have piqued your interest, feel free to write; I am happy to collaborate!
-
The main thing here is to consistently capture daily transactions without manual copying.
I will create a bot that will schedule to retrieve the necessary data from Playerok, format it in a clear way, and send it to Telegram or Google Sheets.
In such tasks, it is usually not the bot that fails, but the authorization, repeated requests, and duplicate entries, so I will immediately implement checks, logging, and protection against re-entering the same transaction.
I can start today: first, I will quickly fix the data exchange scenario, then I will assemble a working version and demonstrate it with test transactions.
Please let me know in what format you prefer to see the daily results: a table in Google Sheets or a brief report in Telegram.
-
321 1 0 Good day!
I have reviewed the description. The project is quite extensive: a Telegram control panel, automation of transactions on Playerok, analytics, integrations with external services, Google Sheets, and a separate Roblox module with complex business logic.
I have experience in developing Telegram bots, parsers, CRM panels, and integrations with external APIs. I am ready to thoroughly study the technical specifications, propose an architecture, and implement the system with the possibility of further scaling.
To estimate the timelines and costs, I would like to clarify details about the available APIs for Playerok and Swizzyer, as well as discuss the requirements for the control panel.
I am ready to discuss the project in private messages.
-
244 Good day! I have reviewed the technical specifications — this is a comprehensive automation system for Playerok with a Telegram panel: real-time dashboard, Autocode, Job, Autobump, Relist, statistics from Google Sheets, and a Roblox module via Swizzyer. The scope is significant, so it makes sense to do it in stages (MVP → module expansion).
I have experience with Telegram bots in Python (aiogram), FSM scenarios, API integrations, parsing, schedulers, and deployment on servers. I am ready to start with the main menu + monitoring + Autocode, then connect the other modules.
My portfolio website: https://yegor10.github.io/PortFolioWeb3/
-
352 Greetings! The task is clear — a powerful automation combine for Playerok based on n8n with modular separation is needed.
I have extensive experience in building complex, fault-tolerant systems (Event-Driven architecture).
How I will implement your bot's architecture:
Main menu and "Job" Module: The control panel and chat monitoring will be implemented through the Telegram Bot API (using Callback buttons for managing returns/codes). We will use a periodic trigger (Interval) for parsing Playerok chats.
Modules Autocode, Autobump, Relist: The workflow will be branched through Switch/If nodes based on toggles. We will tie the Day/Night mode switch and spending limits to environment variables or a config in Airtable/Google Sheets for convenient management.
…
"Roblox" Module (Integration with Swizzyer): I will implement this through an HTTP Request to the Swizzyer Dashboard. I will set up strict validation of statuses before rewriting links (blocking at the "In Process" / "Transferred to Worker" stages to protect against failures).
Statistics and Settings: Logging of all successful deals and returns directly into Google Sheets API. Based on this data, n8n will collect and provide aggregated analytics (ROI, net profit after commissions) directly in Telegram at the push of a button.
Reliability (Error Handling): Each module will be wrapped in error handling blocks. If Playerok or Swizzyer change their layout/API, the bot will not crash but will instantly send you a technical alert.
I am ready to discuss the implementation details and database structure. Write to me in private messages, and we will discuss the technical specifications.
-
290 Hello, Daniil! I create Telegram bots for managing and automating sales — exactly this format: main menu + real-time monitoring, module statuses, queue for issuing codes/emails, active orders, and financial summary.
I will gather according to your specifications:
— dashboard menu with summary (on/off modules, pending issues, active orders, finances for the period);
— automation of issuing codes/emails to customers and status control;
— careful error handling and logs, so nothing hangs or gets lost.
I am an AI/Python engineer, I built my platform from scratch, and I work daily with bots and APIs.
… I am ready to clarify the full list of modules and priorities and start right away.
Matviy
-
1362 3 0 Hello. The Autocode module with validation codes for Supercell ID and scenarios after confirmation is essentially a full-fledged state machine within the bot. This is the most interesting part of the project. I launched a similar bot for a digital goods marketplace on aiogram with chat parsing through Playwright, handling 200+ automatic transactions per week without manual intervention. Tell me, do you have access to the hidden Playerok API, or are we working through session scraping with bypassing protection? Because this affects the architecture of the entire system and the timelines.
-
650 2 0 Hello!
I have created bots for automating stores on marketplaces — the task is clear, and it is evident that the technical specifications are well thought out. I will break it down by key modules to make it clear — I will delve into it, not just skim through.
I will assemble a unified system with a panel in Telegram:
Autocode — a step-by-step workflow for conducting a deal with toggles for each stage (no email → request for code → validity check → scenarios "upon purchase / after code / after execution / after confirmation", reminders, auto-request for feedback). I will lay down the flexible on/off for each step from the very beginning.
Job — monitoring active orders with parsing the Playerok chat into the Telegram panel, deal details, control buttons ("new code X/3", return, navigation).
Autobump — auto-raising with Day/Night modes, custom timings, daily spending limit, and selection of categories/lists.
… Relist — auto-relisting after sale + processing expired + exception lists.
Statistics — parsing financial history (today/yesterday/month), metrics with cost price and promotion expenses, net profit in currency and $, top sales, export to Google Sheets via API.
Roblox/Swizzyer — the most interesting module: parsing data from the chat → authorization and order creation in the Swizzyer panel → broadcasting statuses to the buyer in a nice format (authorization / crediting / success with volume R$). I will carefully implement the "new link" logic: rewriting the old order only before the work begins, and after statuses "handed over to worker / in processing / completed" — the data will be frozen and the bot will politely notify that the order is already being processed. This moment with blocking rewriting is important to avoid duplicates and failures during crediting — I will adhere strictly to the technical specifications.
Honestly about the technology: Playerok and Swizzyer likely do not have an open API, so the work will be done through account automation — I will do it carefully, with human-like behavior and error handling, to maintain stability. This will require support during changes on the platforms — I will lay it out so that edits are quick.
The project is extensive, so I suggest managing it by modules (for example, first the core: Autocode + Job + chat parsing, then Autobump/Relist, then Roblox/Swizzyer and statistics) — this way you will see the working result step by step.
Which module is more important for you to start with — the auto-responder and deal management or directly with Roblox/Swizzyer? I suggest starting with it to quickly close the most labor-intensive part.
-
764 5 1 Доброго дня!
Реалізую Telegram-бота на Python + aiogram + PostgreSQL для автоматизації playerok.com:
— Autocode (Supercell ID)
— Autobump та Relist лотів через Playerok API / Playwright
— Інтеграція Google Sheets
— Roblox/Swizzyer (якщо потрібен — уточніть)
Уточніть: чи є у playerok.com офіційне API, чи потрібен парсинг через Playwright? Які саме ігри — тільки Supercell або й Roblox?
…
Вартість без Swizzyer: 5 000 UAH / 5 днів.
З Roblox/Swizzyer: 8 000 UAH / 8 днів.
-
2 2 Hello!
I am interested in your project. From the description, I see not just a Telegram bot, but a full-fledged sales automation and account monitoring system for Playerok with several modules: autocode, active orders, autobump, relist, statistics, Google Sheets, and separate logic for Roblox/Swizzyer.
I can help develop such a system step by step, so we don't try to assemble everything into one unstable combine right away. It’s better to first create the basic architecture, authorization, order monitoring, and Telegram panel, and then connect individual modules.
What I can implement:
• Telegram panel with a main menu, module statuses, and financial summary;
… • Autocode module with step-by-step scenarios and stage toggles;
• Monitoring of active orders and parsing of Playerok chats;
• Manual control buttons for transactions;
• Reminders for customers and a request for feedback after successful completion;
• Autobump with day/night modes, limits, and product selection;
• Relist for automatic return of products for sale;
• Sales, returns, expenses, and net profit statistics;
• Integration with Google Sheets API;
• Separate Roblox module with customer data processing and integration with Swizzyer;
• Logs, statuses, protection against duplicates and errors.
I would pay special attention to reliability: logging, restrictions on repeated actions, handling non-standard messages from customers, protection against duplicate order creation, and clear notifications in Telegram if any module fails.
To start, we need to clarify:
— Are there official APIs for Playerok/Swizzyer, or is parsing through a browser/session required?
— What language/stack do you plan to use for development?
— Is only a Telegram interface needed, or also a separate web panel?
— Which modules are critical for the first version?
I am ready to discuss the architecture and propose a step-by-step implementation plan to fix the MVP and not get distracted by everything at once.
-
328 Hello, Daniil! I have reviewed your technical specifications for developing an automation bot for Playerok. The task is completely clear, and I am ready to implement the system in Python. The budget and module structure are acceptable to me. Here’s how I propose to implement the project: Main menu and monitoring: I will create a user-friendly dashboard (in the form of a Telegram bot or web interface), where the status of the modules, current orders for issuance, daily financial summary (net profit considering commissions), and the current USDT exchange rate will be visible in real time. The "Autocode" module (Auto-responder): I will write a step-by-step workflow for conducting transactions. The bot will automatically request email/data if the buyer has not provided them, as well as intercept and request confirmation codes (for example, for Supercell ID in all games) through flexible scenarios. Flexibility of settings: For each stage of the transaction, I will create toggles to turn on/off, so you can fully control the logic of the automation. I will write clean code with error handling (so the bot does not freeze during marketplace failures) and detailed logs. I am ready to discuss the details and architecture in private messages. Let's collaborate!
-
11689 31 0 3 Good day! I develop in Python, have worked on similar projects with React/Node.js, and am ready for collaboration.
-
297 Hello, Daniil!
I read the entire technical specification including the screenshots — the task is completely clear.
The main thing to understand right away: Playerok and Swizzyer do not have a public API. Everything works through a browser session (Playwright + authorization via cookies). This is where most of these bots fail — the session drops, captcha is triggered, orders are duplicated. I am accounting for this from the very beginning.
Stack: Python + aiogram 3 + Playwright + PostgreSQL + Google Sheets API + APScheduler
I will implement all modules:
… — Autocode: FSM workflow Supercell ID, request/validation of code, reminders, auto-request for reviews
— Job: parsing Playerok chat → Telegram panel, order management buttons
— Autobump: day/night modes, daily limit, category selection
— Relist: showcase monitoring, auto-restoration, exception list
— Statistics: today/yesterday/month, top sales, export to Google Sheets
— Roblox+Swizzyer: complete workflow from data parsing to status broadcasting, "new link" logic with duplicate protection
Honestly about the price: 4000 UAH is the price for a simple bot. Your project with Playwright, 8 modules, and Swizzyer integration — at least 12,000 UAH for 14 days. However, I will make it stable, with logging and session protection.
Question: how many active orders should the system handle simultaneously?
-
584 1 0 Danila, good afternoon!
I looked at not only the description but also the screenshots of both scenarios (Supercell ID with a one-time code and Roblox via activation link with statuses) — the process is clear, so I’m writing to the point.
The main focus here is not the modules themselves, but the two integrations: Playerok and Swizzyer. They do not have an official API; everything goes through a web session and activation links (like your 2faroblox link) — and this is where such bots break down: authorization fails, captchas are triggered, orders are duplicated or "freeze." If this is not laid out from the start (stable session, task queue, protection against reprocessing, logging) — any module will start to fail under load.
I have already created similar bots in Python — with a task queue and status broadcasting in Telegram — and I am currently working on them. I can show you on the working panel how this is organized.
Therefore, I propose a verifiable path, not "everything at once." Stage 1 (pilot) — a working core on the most risky connection:
… • parsing the chat of the active Playerok order → to the Telegram panel;
• Autocode for Supercell ID — request for a one-time code, validity check, scenarios "upon purchase / after code / after execution" + reminders if the buyer is silent;
• Swizzyer/Roblox — auto-creation of orders from parsed data + status broadcasting in chat (🔄 authorization → ⏳ crediting → ✅ "credited N R$ to [nickname]"), with logic for "new link" and freezing during "In processing / Completed."
I will keep the texts for buyers in your style (the same language, tone, emojis, final "leave a review" + soft upsell of promotions) — so that the bot sounds like you, not like a robot.
When the pilot works stably on your real orders — we will scale it step by step: Autobump (day/night + limits), Relist with exceptions, statistics with export to Google Sheets, main menu with financial summaries and USDT rate.
Stack: Python + aiogram, asynchronous queue, modules with toggles on/off. I process buyer data (logins/passwords, codes) securely, leaving nothing in open logs.
I work like this: first, I show the result on one of your real orders — and only then full payment. That’s why we start with a small pilot (4000 UAH, 5–6 days): you see the working core in action before investing in the full scope. I will calculate the full estimate step by step after clarifications. I work through a Secure Agreement.
To calculate accurately, please let me know:
1. Playerok — official API or just a web cabinet?
2. How many orders per day should the system handle?
3. Is there already a prototype or is everything from scratch?
-
1495 13 0 Hello! I have experience in developing Telegram bots with automation, parsing, and API integration — I will implement all modules: Autocode, Autobump, Relist, statistics from Google Sheets and Roblox via Swizzyer in 2 weeks (20,000 UAH). I hope for cooperation!
-
1101 7 1 Hello!
I have experience in creating bots for automation on similar platforms, including developing bots with payment integration and process automation. Recently, I implemented a chatbot for selling digital goods with the functionality of auto-requesting codes and monitoring activity.
I will create a bot for playerok.com with all the necessary modules, using aiogram for the Telegram interface and PostgreSQL for data storage. I will implement status monitoring, auto-requesting codes, and set up a statistics system with exports to Google Sheets, ensuring convenience and speed of operation.
I am ready to discuss the details!
-
4975 41 4 1 Good day!
I professionally develop bots in Telegram and web applications in Python. I am ready to implement a comprehensive bot for Playerok for you, using my experience in API integration, Google Sheets, and web scraping for Playerok/Swizzyer.
Message me in private, and we will clarify the details.
-
3597 11 0 My team and I offer a full cycle of turnkey development. Our team consists of experienced developers, designers, and UX/UI specialists, which allows us to create a user-friendly and functional product that meets all your requirements. We will discuss timelines and pricing in private messages once we have a complete understanding of the scope of work. I look forward to your feedback. I can send examples of our work in private messages.
-
3481 49 2 Hello! I have worked on trading bots, bots with auto-responders, and auto-bumpers - I am familiar with the workflow structure. The main difficulty here is parsing chats from Playerok and Swizzyer using Playwright - there is no public API, everything is done through browser automation.
I am ready to take on your task after we agree on the details!
-
9972 117 0 Hello.
I develop bots in NodeJS. I'm ready to take it on. Write to me, and we will discuss.
-
738 4 0 Good day. I am very skilled in automation of any complexity. I can do it! Feel free to contact me!
-
1825 52 0 Good afternoon. I am writing applications for automating various processes in Python. Should this all be done as a Telegram bot, or can it be done as a desktop application, or do we need both?
-
1738 9 0 Hello. For the development of a system of this complexity, I will use a modular architecture based on Python with asynchronous workers and a reliable database, which will ensure scalability and stability of all automation processes, including integration with Playerok and Swizzyer. I will focus on implementing robust user interaction scenarios, efficient data parsing and monitoring, as well as on introducing mechanisms for fault tolerance and security for critical operations. I have successful experience in creating similar automation systems and ready-made software components that will significantly accelerate the development stages. I suggest discussing all implementation details, final budget, and timelines in private messages.
-
172 I am a NodeJS developer. I am ready to take on this task. Write to me, we will discuss.
-
324 Hello! 👋
I have thoroughly studied your project - it can realistically be completed in 2 weeks.
What you will receive:
✅ 2000+ lines of ready Python code
✅ All modules: Dashboard, Autocode, Job, Autobump, Relist, Statistics, Roblox+Swizzyer
✅ Docker setup ready
✅ Complete documentation with examples
✅ README with deployment instructions
… What you need to do:
Deploy on your server (just follow the guide)
Connect the API (Playerok, Swizzyer, Google Sheets)
Test with real data
This is much cheaper than hiring a developer for the entire project.
Ready to start right now. When can we begin? 🚀
-
452 Good day, Daniil!
I saw your screenshots — I fully understand the task.
Python + aiogram is my stack.
I will implement all modules:
- Autocode, Autobump, Relist
- Statistics + Google Sheets
… - Roblox through Swizzyer
- Telegram control panel
Deadline: 5-7 days
Cost: 7000 UAH
I am ready to discuss the details.
-
565 4 2 Hello.
The most important thing in such a project is to think through the architecture before starting development. If the system is not divided into separate modules and task queues from the beginning, conflicts will arise between the auto-code, chats, releases, and order processing as the number of orders increases.
I am well acquainted with the topic of gaming marketplaces. I know how critical it is for the buyer to receive answers quickly, and for the seller not to have to manually control dozens of dialogues simultaneously.
I would start by designing all business processes and checking the available integration methods with Playerok and Swizzyer to understand which data can be obtained directly and which will need to be processed through alternative mechanisms. After that, it will be possible to break the project down into stages and estimate timelines quite accurately.
Could you please let me know if there is currently a working prototype or if everything is being created from scratch? How is the integration with Playerok currently happening — through the official API or will it require working through a web interface? And what is the average number of orders per day that the system should handle without losing processing speed?
-
Ask your question to the client