Code Collector
Hello!
🔧 Need a simple program or script for Windows - Run manually and:
Visit the mobile provider's website: https://threeplus.three.co.uk/
Log into my account, copy 1 code (number)
Save this code in CSV
Repeat the same 20–30 times with other accounts
After 20 accounts — the program ends
EVERYTHING!
📂 Same — in other words:
I have a CSV file with 30–50 accounts.
(I paid and legally registered on the site — completed SMS verification).
The program should process the first 20 accounts in turn upon launch and shut down.
❌ Not needed:
🚫 Selenium
🚫 Hosting
🚫 Proxy
🚫 Auto-start
🚫 ZennoPoster
🚫 Chrome WebDriver
🚫 Any third-party proxies or VPNs
💸 Looking for an inexpensive implementation
(including — because the site changes several times a month — I will regularly contact you with payment for minor edits)
🧠 Additional:
The program does not perform login — it uses already logged-in real Chrome profiles
Codes — are simply numbers visible after login
The site does not use captchas or complex checks during manual login
Manual operation is stable — within 20 minutes I can easily get codes from 40 accounts
💬 For performers:
Please specify in your application:
Which language and library you plan to use (Python / Node.js)
A brief description of the logic of the entire program
🎯 Goal
Create a desktop application or script (in Python or Node.js) that automatically opens real Chrome profiles, logs into 20 accounts of Three+, retrieves the code (number) from the page after login, and adds it to the same CSV table.
⚙️ Functionality
The program is launched manually on Windows (without background services or auto-start).
Processes the first 20 accounts per launch (the number is set in the config).
Works through real Chrome with local profiles (
user-data-dir+profile-directory).Does not use headless modes, Selenium or HTTP requests.
Simulates human actions: opening the browser, navigation, clicks, pauses.
Skips accounts from which the code has already been obtained — determined by data in the same CSV.
🔄 Workflow Algorithm
Opens Chrome with the appropriate profile, already logged into Three+.
Goes to the Cineworld section, clicks the Get Rewards button.
Retrieving the code:
a) The code appears in a popup window — it is read and saved.
b) In rare cases, a link “Go to My Codes” appears in the window — then the program navigates there and retrieves the code.
In any case the code is always after clicking Get Rewards in the My Codes section, so it can be read only from there.
Saves the code in the corresponding column in the same CSV file next to the login.
Closes the browser, but does not log out.
Processes the next accounts (up to 20), skipping already processed ones.
Ends the operation.
On the next launch, the program continues from the next unprocessed entries.
⚙️ Configuration (settings.json or .ini)
Path to Chrome (
chrome.exe)List of profiles (names or paths)
Rewards URL (changes weekly)
Delays between actions: 2–3 minutes (random)
Path to CSV file
🗺️ Site Features
Domain: https://threeplus.three.co.uk
Rewards URL changes every Monday (should be configurable in settings)
The site is built on Flutter Web (canvas), HSTS is active, no Captchas
🛠️ Technologies
Python + Playwright or Node.js + Puppeteer
Using real Chrome profiles
Pauses:
random + time.sleep()Configuration via JSON or INI
📝 Awaited Release
.exe-file for WindowsFull source code with comments
README file with instructions
Example configuration file
🚨 Important
🧍♂️ All actions must imitate manual user work.
The program should operate as “human-like” as possible (with pauses, real User-Agent, and without sudden simultaneous requests), to avoid blocks or SMS verification requests.
✅ Manual site operation is stable — in 20 minutes I can easily get codes from 40 accounts.
✅ The program should repeat exactly this speed (not faster, not slower) to avoid suspicion
The program does not perform login — it only uses already logged-in profiles.
All behavior should be as “human” as possible: open browser, delays, real clicks, avoiding simultaneous requests.
Processing speed = ~20 accounts in 5-10 minutes (no faster!)
IP remains unchanged, proxies are not used.
The program should not trigger SMS verification.
🔹 Python + Playwright or Node.js + Puppeteer — are the right choices because:
They allow running real Chrome with profiles, without headless and unnecessary emulations.
They work reliably even with complex Flutter Web sites (like Three+).
🔹 No authorization — login is done through existing profiles, so risk of SMS confirmation is minimal (with proper user simulation).
🔹 Code collection via page.evaluate() — effective and natural, especially when navigating through My Codes.
🔹 Delays, clicks, user behavior — an important element: mimicking manual work (each profile opens separately, acts with pauses) — this is key to avoiding blocks.
🔹 CSV logic — correct: reading, checking, updating — all within one file, no extra databases.
🔹 No headless, Selenium, or proxies — exactly what is needed for safe automation in such a sensitive environment.
✅ If everything is implemented as described — the program will fully meet the requirements, and work most reliably as manual interaction.
🎯 Мета
Створити десктопну програму або скрипт (на Python або Node.js), який автоматично відкриває реальні Chrome-профілі, заходить у 20 облікових записів Three+, витягує код (число) зі сторінки після входу й додає його до тієї ж CSV-таблиці.
⚙️ Функціональність
Програма запускається вручну на Windows (без фонових служб або автозапуску).
Обробляє перші 20 акаунтів за запуск (кількість задається в конфігу).
Працює через реальний Chrome із локальними профілями (
user-data-dir+profile-directory).Не використовує headless-режими, Selenium або HTTP-запити.
Імітує дії людини: відкриття браузера, навігація, кліки, паузи.
Пропускає обліковки, з яких код уже отримано — визначає це через дані в тій же CSV.
🔄 Алгоритм роботи
Відкриває Chrome з відповідним профілем, який уже залогінений у Three+.
Переходить до розділу Cineworld, натискає кнопку Get Rewards.
Отримання коду:
a) Код зʼявляється у спливаючому вікні — зчитується й зберігається.
b) У поодиноких випадках у вікні зʼявляється лінк “Go to My Codes” — тоді програма переходить туди й бере код.
У будь-якому випадку код завжди після натискання Get Rewards є в розділі My Codes, тому можна зчитувати його лише звідти.
Зберігає код у відповідну колонку у тому ж CSV-файлі поруч із логіном.
Закриває браузер, але не виходить з акаунту.
Обробляє наступні акаунти (до 20), пропускаючи вже оброблені.
Завершує роботу.
Наступного запуску програма продовжує з наступних необроблених записів.
⚙️ Конфігурація (settings.json або .ini)
Шлях до Chrome (
chrome.exe)Список профілів (імена або шляхи)
URL Rewards (змінюється щотижня)
Затримки між діями: 2–3 хвилин (random)
Шлях до CSV-файлу
🗺️ Особливості сайту
Rewards URL змінюється щопонеділка (потрібно зробити, щоб задавався у settings)
Сайт побудований на Flutter Web (canvas), HSTS активний, Капчі немає
🛠️ Технології
Python + Playwright або Node.js + Puppeteer
Використання реальних Chrome-профілів
Pauses:
random + time.sleep()Конфігурація через JSON або INI
📝 Чекаю на вихід
.exe-файл для WindowsПовний вихідний код із коментарями
README-файл з інструкцією
Приклад конфігураційного файлу
🚨 Важливо
🧍♂️ Усі дії мають імітувати ручну роботу користувача.
Програма має працювати максимально «по-людськи» (з паузами, справжніми User-Agent та без різких одночасних запитів), щоб уникнути блокувань або запитів на SMS-підтвердження.
✅ Вручну сайт працює стабільно — за 20 хвилин я можу без проблем отримати коди з 40 облікових записів.
✅ Програма має повторювати саме таку швидкість (не швидше, не повільніше), щоб не викликати підозр
Програма не виконує логін — лише використовує вже залогінені профілі.
Вся поведінка має бути максимально «людською»: відкритий браузер, затримки, реальні кліки, уникаємо одночасних запитів.
Швидкість обробки = ~20 акаунтів за 5-10 хвилин (не швидше!)
IP не змінюється, проксі не використовується.
Програма не повинна викликати SMS-підтвердження.
🔹 Python + Playwright або Node.js + Puppeteer — це дійсно правильний вибір, оскільки:
Вони дозволяють запускати реальний Chrome з профілями, без headless і без зайвих емулювань.
Працюють стабільно навіть зі складними сайтами на Flutter Web (як у випадку з Three+).
🔹 Немає авторизації — вхід виконується через існуючі профілі, тож ризик отримати SMS підтвердження мінімальний (при правильній симуляції користувача).
🔹 Збір коду через page.evaluate() — ефективно і природно, особливо при навігації через My Codes.
🔹 Затримки, кліки, поведінка користувача — важливий елемент: імітація ручної роботи (кожен профіль відкривається окремо, діє з паузами) — це ключ до уникнення блокувань.
🔹 CSV-логіка — правильна: зчитування, перевірка, оновлення — все в межах одного файлу, без зайвих баз даних.
🔹 Жодних headless, Selenium чи проксі — це саме те, що потрібно для безпечної автоматизації у такому чутливому середовищі.
✅ Якщо все реалізовано саме так — програма буде на 100% відповідати вимогам, і працюватиме максимально надійно, як ручна взаємодія.
-
2 days30 USD
94 2 days30 USDI can implement a script in Python + Playwright as described.
I work with real Chrome profiles, without headless and Selenium. The script will open the browser, go to Rewards, click "Get Reward", if needed go to "My Codes", read the code and save it in CSV.
Everything with pauses, clicks, like a regular user.
Configuration — via JSON: paths to profiles, CSV, delays, URL.
Processing 20 accounts per run, with continuation from where it stopped.
-
1 day25 USD
342 2 0 1 day25 USDHello!
Ready to implement this task in Python + Playwright.
Will use real Chrome launch with user-data-dir and profile-directory — without headless and emulation.
Script:
reads CSV and skips already processed accounts;
opens Chrome with profile;
navigates to Rewards URL;
clicks Get Rewards;
… retrieves the code (from popup window or through My Codes);
saves the code in CSV;
works with delays, like a human.
Output: .exe, source code with comments, README, and config.
Ready to start immediately
-
2 days30 USD
337 2 days30 USDGood day, I have 3 years of experience, worked with websites and automation of all actions, both on the website and overall on the PC, I guarantee stable operation of the program without bugs, I also have experience working with graphical interfaces, I will do it quickly and efficiently
-
2 days25 USD
116 2 0 2 days25 USDHello!
I can develop a simple program for you that will process 20 accounts per session without Selenium, WebDriver, or proxies. The task is entirely feasible, and I understand that it is important for you to have a lightweight, stable, manual program without unnecessary settings.
🔧 What I plan to use:
Language: Python
Tools: pyautogui library for automating mouse and keyboard actions + pyperclip or clipboard for copying codes
…
Additionally: I can use configparser or a simple .txt/.ini file for settings
🔄 Script operation logic:
You run the program manually (by double-clicking the .exe file or via console).
The program takes the first 20 logins from CSV.
For each:
Opens Chrome with the specified profile (real, pre-logged in);
Navigates to the page where the code is placed;
Copies the number (code) — you can manually specify the position or specify coordinates via screenshot;
Saves email / username + code into a new CSV (or adds to an existing one);
Closes the tab/window;
After 20 accounts — the program terminates.
⚙️ Configuration options:
You will be able to change the path to CSV, login template, delays between actions, etc.
⏳ Implementation time: 1–2 days
💰 Price: negotiable, approximately 1000–1500 UAH — depending on details
📌 I guarantee support and quick adjustments for website changes
I will be happy to help. If needed — I am ready to show a demo (clicking, copying, saving to file).
Best regards,
Marina
-
3 days30 USD
528 2 0 1 3 days30 USDGood afternoon
I am ready to assemble a script using the Playwright library that can read and download data from a website and interact with CSV (data re-entry and addition (code)) using the GoLogin anti-detect browser API
I have built a similar script for Allegro (review available in my profile)
Feel free to contact me, and we can discuss the details in more detail.
-
1 day25 USD
763 7 1 1 day25 USDReady to complete this order. The result will be in the form of a ready-made program but you can't do without a proxy. Cleaning is done once every couple of months and access by IP is blocked. Tested in practice
-
2 days30 USD
191 3 0 2 days30 USDGood day, I have been coding in Python for two years and I develop bots using the aiogram3 library. Write in private messages, we will discuss details, deadlines, and payment.
I made a similar script, I will develop it so that when the file (.exe) is launched, data from .json (profiles, url, delay) will be taken and separate Google accounts will open with saved login -> obtaining the code through the My Codes section -> Get Reward, the code is saved in CSV, and after a random time (2-5 minutes), the next iteration of another profile will start, and so on up to 20. If additional features are needed for obtaining - I will develop them, the code will be saved in the same file, and after all processing, the program will close.
-
2 days25 USD
656 9 0 2 days25 USDGood day, Igor!
Overall, the task is clear, but to provide an exact timeline and price, I would like to clarify some questions that arose after analyzing your task.
Please write in private messages – we will discuss the details and your wishes.
P.S. The estimated cost will be lower than the amount you specified.
-
1 day30 USD
1810 31 0 1 day30 USDHello. Ready to develop
Write in private message to discuss details
-
2 days25 USD
69 2 days25 USDHello!
I am ready to develop a simple and fully autonomous script for Windows that:
- Processes a CSV with logins and passwords (30–50 accounts)
- Logs into the website https://threeplus.three.co.uk using a regular browser
- Manually enters login/password (without Selenium, WebDriver, or proxies)
- Copies the numeric code after logging into the account
- Saves the result in a CSV
- Processes the first 20 accounts and then stops
Technical implementation:
… An AutoHotkey script — a lightweight, native tool for Windows. Does not require installing browsers, drivers, or libraries. Works locally. The code is open for editing.
-
2 days50 USD
2500 39 1 1 2 days50 USDHello! I am implementing a Python script using pyautogui + pyperclip for controlling the mouse/keyboard, reading codes via OCR (pytesseract) or parsing from DOM (using pywin32 + Chrome DevTools Protocol).
How the program works:
- You open Chrome with already logged-in profiles (up to 30).
- The script sequentially activates each profile (can be tabs or windows), navigates to the required page.
- Reads the necessary code from the page.
- Saves the codes in a CSV.
- Processes 20 accounts, then stops.
- No Selenium, no proxies, no auto-start. Minimalist and flexible — easy to adapt when the website changes.
…
Contact me in private for discussion
-
1 day25 USD
3482 50 0 1 day25 USDGood afternoon
Write, I am ready to complete your work
write, I will be glad to help
-
2 days100 USD
548 1 0 2 days100 USDHello, I understand that you need a Windows-based script that retrieves the reward code after logging into the system and saves it in a CSV file.
I will create a desktop script in Python using Playwright, designed to simulate real user actions with appropriate delays and interaction patterns. It will launch Chrome using the user-data-dir and profile-directory parameters, navigate to the rewards section, manually go through the process like a person, extract the code, and update the CSV accordingly. The script will handle a limited number of profiles per run and remember which ones have been completed.
The system will use a JSON configuration for paths and settings, include randomized delays to avoid detection, and export to a clean .exe file for convenience. I have developed similar automation tools for complex web interfaces, including pages based on Flutter and canvas rendering.
Would you like the script to show the browser window during processing on demand, or always run in the foreground?
Best regards,
… Tetyana
-
3 days50 USD
532 3 0 3 days50 USDHello. I will develop a Python script for you using Playwright, strictly according to the technical specifications. I know how to work with real Chrome profiles without Selenium and headless, and I have implemented similar tasks before, such as parsing Aliexpress. I also have experience working with CSV and configuring scripts via JSON, and I know how to correctly save progress and continue from the desired line. I understand well how to imitate user actions to avoid suspicion and not trigger SMS verification. The code will be readable and easy to modify.
-
💬 Для виконавців:
У заявці, будь ласка, вкажіть:
Яку мову та бібліотеку плануєте використовувати (Python / Node.js)
Короткий опис логіки роботи усієї програми
-
Current freelance projects in the category Data Parsing
Data parsing through mobile APILooking for a person with experience in data parsing through mobile API, for parsing e-commerce, rozetka and similar sites. Tasks: 1. Intercepting traffic from the mobile application (Android), setting up a proxy, analyzing requests. 2. Identifying the necessary API endpoints… Python, Data Parsing ∙ 1 hour 5 minutes back ∙ 11 proposals |
Looking for a programmer or vibe coding Automation scraping data 2https://drive.google.com/file/d/14tP5XWJB9acV4gn_cJrFwMpihUj3EbQz/view?usp=sharing I accidentally sent that link Web Programming, Data Parsing ∙ 3 hours 27 minutes back ∙ 21 proposals |
Parsing the YouControl website (Yukontrol)
27 USD
It is necessary to scrape companies from certain categories on the Yukontrol website, including 1) name 2) EDRPOU 3) manager 4) phone All this data is open. Data Parsing ∙ 19 hours 7 minutes back ∙ 30 proposals |
Create a dashboard in https://airtable.com/ for the performance of advertising creatives from Facebook ads.Full specification https://docs.google.com/document/d/1_n_oYRNZWYxalUA---DM5AD1b5ZSrtePw5J4G42svGw/edit?usp=sharing Databases & SQL, Data Parsing ∙ 4 days 21 hours back ∙ 19 proposals |
Creation of an Excel file for uploading products to the websites of other partners.I am interested in creating an Excel table with all parameters. Here is the website - https://heiztechnik.com.ua/ And the positions I am interested in to be transferred: Manual boilers: 1) TIS UNI 15-95 kW (10) pcs 2)TIS HARD 150-500 kW (7) pcs Pellet boilers: 1)TIS PELLET… Data Parsing ∙ 5 days 2 hours back ∙ 36 proposals |