Budget: 50 USD Deadline: 1 day
Good day, I have been writing in Python for two years and I am engaged in bot development, write in private messages, we will discuss details, deadlines, and payment.
Hello!
Need a simple program for Windows that runs manually
(Chrome: 1 account, 1 profile - ALREADY prepared).
1) The program opens the mobile provider's website https://threeplus.three.co.uk/
Logs into my account, copies 1 code (number) and exits.
2) Saves this 1 code in CSV.
3) Repeats the same 20-30 times with different accounts.
EVERYTHING!
Same - in other words:
I have a CSV file with approximately 30-50 accounts. (I paid and legally registered on the site - completed SMS verification).
I am expecting a small payment.
❗ Not needed: ZennoPoster, hosting, proxies, auto-start, parallel processing, acceleration, etc.
Thank you.
💸 I am counting on an inexpensive implementation (including — because the site changes something several times a month, and each time I will pay you to adjust the program).
Log in or register, to view the original🧠 Additional information:
My Chrome: (1 account, 1 profile) - 20+ accounts ALREADY prepared.
🔣 Codes — these are prime numbers visible after login.
🧩 The website does not have captcha or complex checks if working manually.
Log in or register, to view the original🖥️ Needed simple program for Windows that works through Chrome.
The program starts manually (without auto-start or background operation).
🌐 Access the mobile provider's website: https://threeplus.three.co.uk/
🔐 Log into the account.
🔢 Copy the code (number) from the personal account and log out.
💾 Save the code in a .CSV file (one line — one code).
🔁 Repeat these actions 20–30 times for different accounts.
(Logins/passwords or cookies provided separately.)
I have a CSV file, for example, 50+ accounts.
The program processes the first 20 accounts in turn upon startup and then shuts down.
--------------------------------------------------------------------
🗺️ Site feature:
On the site, the address to visit BY CODE changes every Monday.
Example:
https://threeplus.three.co.uk/rewards/3883/3-cineworld-ticket
https://threeplus.three.co.uk/rewards/3384/3-cineworld-ticket
I need to know, where exactly to change the link in the program so it understands where to go.
All other parts remain unchanged.
🌐 The program works through my Chrome, not embedded in the program, and uses my Chrome cookies.
🗂️ The program takes login and password from my SVS file and writes the obtained code there as well (possible options).
✅ Manually, the site works stably — within 30 minutes, I can easily get codes from 30 accounts.
✅ The program should repeat at exactly this speed (not faster, not slower) to avoid suspicion.
🚫 Do not need: ZennoPoster, proxies, cloud hosting, auto-start, multi-threading, parallel processing, optimizations.
📝 I want to receive the source code.
🧠 Additional information:
🖼️ The site built on Flutter Web uses canvas and has HSTS protection.
🔣 Codes are simple numbers, visible after login.
🧩 The site does not have CAPTCHA or complex checks if working manually.
🛠️ Possible technologies:
🧪 Selenium — for browser automation.
🕵️♂️ Selenium-Stealth — to bypass basic anti-bot protection.
🎲 random — to add delays, mouse movements, clicks, etc.
📦 Can provide:
🎥 Video instructions, showing how everything is done manually.
🗂️ Cookies or other files for testing.
Thank you!
Looking forward to your response with example solutions.
Log in or register, to view the original🖥️ Program for automatic collection of Three+ codes via HTTP requests
🎯 Goal
Obtain reward codes (Rewards Codes) for 20–30 accounts of Three+ in one session without launching a browser, by emulating user requests based on existing cookies and session tokens.
⚙️ Main features
✅ The program is launched manually (without auto-start or background services)
✅ Processes 20 accounts sequentially per run
✅ Works through HTTP requests without opening a browser
✅ Uses cookies / tokens provided by me (in CSV or JSON)
✅ Emits a real User-Agent and other headers
✅ Includes delay between requests (2–3 minutes within random ranges) to appear as “human-like”
✅ When clicking Get Rewards, if the code does not appear in the popup window, the program retrieves the code from the My Codes section
✅ All codes are guaranteed to be saved in My Codes after clicking Get Rewards, so the program can always take the code from there.
✅ Saves the code in a CSV file (row = login + obtained code)
✅ After processing 20 accounts, the program terminates
✅ The program does not perform a new login, uses already valid cookies
✅ Does not use proxies
✅ All parameters (current Rewards page URL, timings, file paths) should be easily configurable in a settings file
I have a CSV file, for example, with 50+ accounts.
The program, when started, processes the first 20 accounts sequentially and then stops.
🗺️ Site features
🌐 Domain: https://threeplus.three.co.uk
🌟 Rewards URL changes every Monday - it should be stored in the config file for manual updates
🔒 Access to Rewards Codes is only possible after authentication via cookies (login/password not needed if cookies are valid)
🛠️ Technologies
🧪 Python (recommended)
🕵️♂️ requests or httpx for HTTP requests
🎲 random + time.sleep for realistic pauses
📝 Configuration via .json or .ini
📦 Storage in .csv
📄 Complete documentation for setup
🚫 Not needed
🚫 ZennoPoster
🚫 Selenium (???)
🚫 Chrome WebDriver
🚫 Multithreading
🚫 Speed optimization
🚫 Any third-party proxies or VPNs
📝 Waiting for release
✅ Executable .exe
✅ Full source code with comments
✅ README or setup instructions
✅ Example configuration file (for inserting cookies/tokens and variable URL)
📦 What I provide
🗂️ CSV file with account list
🔐 Cookies or session tokens
🎥 Video tutorial on how to manually obtain codes
🧠 Additional information:
🖼️ Site built on Flutter Web, uses canvas, and has HSTS protection.
🔣 Codes are simple numbers, visible after login.
🧩 The site does not have CAPTCHA or complex checks if working manually.
Obtain Rewards Codes for 20–30 Three+ accounts by simulating user actions through HTTP requests.
Authorization — via valid cookies / session tokens, without login and password.
✅ The program is launched manually on Windows (no auto-start, no background services)
✅ Processes 20 accounts per run (value is edited via config)
✅ Works via HTTP requests, without browser, without Selenium, without WebDriver
✅ Uses cookies / session (CSV or JSON, provided by me)
✅ Emulates real User-Agent + headers, adds delays 2–5 minutes (random) for realistic behavior
Go to the Cineworld section
Emulate pressing Get Rewards (POST or required request).
If the code does not appear immediately — go to My Codes and get it there
Save the obtained code in CSV (format: login + code, cookies)
✅ After processing 20 accounts, the program terminates
✅ All parameters (path to CSV, Rewards URL, delays, etc.) — via settings.json or .ini
✅ The program does not perform re-login, uses existing cookies
✅ Do not change IP, do not use proxies
Domain: https://threeplus.three.co.uk
Rewards URL changes every Monday (must be configurable in settings)
Site built on Flutter Web (canvas), HSTS active, No Captcha
✅ Python
✅ requests or httpx
✅ random + time.sleep
✅ config via JSON or INI
🗂️ CSV file with account list
🔐 Cookies or session tokens
🎥 Video tutorial on how to manually obtain codes
🖼️ Site built on Flutter Web uses canvas and has HSTS protection.
🔣 Codes — simple numbers, visible after login.
🧩 The site does not have captcha or complex checks if working manually.
✅ .exe
✅ Complete source code with comments
✅ README or setup instructions
✅ Example config file (for inserting cookies/tokens and URL variable)
✅ The program should repeat this exact speed (not faster, not slower) to avoid suspicion.
✅ When placing bets: Please briefly describe how you see the implementation of this project
Log in or register, to view the originalCreate a desktop application or script (in Python or Node.js) that automatically opens real Chrome profiles, logs into 20 accounts of Three+, extracts the code (number) from the page after login, and adds it to the same CSV table.
The program is launched manually on Windows (without background services or auto-start).
Processes the first 20 accounts per launch (number set in the configuration).
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.
The code data is added to a separate column in the same CSV file.
Opens Chrome with the appropriate profile, already logged into Three+.
Goes to the Cineworld section, clicks the Get Rewards button.
Getting 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 in the My Codes section, so it can be read only from there.
Saves the code in the corresponding CSV column 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 work.
The program adds the obtained codes to the same CSV table in a new column (for example, code).
Next time the program is launched, it continues from the next unprocessed records.
Path to Chrome (chrome.exe)
List of profiles (names or paths)
Rewards URL (changes weekly)
Delays between actions: 2–5 minutes (random)
Path to CSV file
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
Python + Playwright or Node.js + Puppeteer
Using real Chrome profiles
Pauses: random + time.sleep()
Configuration via JSON or INI
.exe-file for Windows
Full source code with comments
README file with instructions
Example configuration file
✅ 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, avoid simultaneous requests.
Processing speed = ~20 accounts in 10-20 minutes (no faster!)
IP does not change, proxies are not used.
The program should not trigger SMS verification.
Please specify in your application:
Which language and library you plan to use (Python/Node.js)
How you will open real Chrome profiles
How you will read the code from the site
How you will implement saving and skipping already processed accounts
Budget: 50 USD Deadline: 1 day
Good day, I have been writing in Python for two years and I am engaged in bot development, write in private messages, we will discuss details, deadlines, and payment.
Budget: 25 USD Deadline: 7 days
I am implementing a program in Python that works through HTTP requests (without a browser), reads cookies from a file, accesses a specified Rewards URL page, emulates clicking "Get Rewards," and if needed, retrieves the code from My Codes. Data is stored in CSV. All parameters (delay, number of accounts, URL) are in the config file.
I guarantee clean and commented code + .exe and README.
I work without Selenium, without proxies, as you requested.
Ready to adapt to website updates.
Budget: 25 USD Deadline: 3 days
Good day, Ihor. I can help you with your interesting project
Budget: 25 USD Deadline: 2 days
Hello, I am ready to start development
Let's discuss the details, have a good day!
Budget: 25 USD Deadline: 1 day
Good day! Ready to complete this task. I will create a simple program using Python, as you described — without unnecessary functionality. Ready to start working immediately after discussing the details. I will be glad to cooperate!
Budget: 25 USD Deadline: 2 days
Hello, I have been writing parsers for about a year now, and I am ready to implement everything quickly and efficiently.
Budget: 28 USD Deadline: 2 days
Hello!
The task is not complicated if the website does not have "pitfalls". I can implement it in Python/Selenium with importing all your browser settings (the website will think you are working from your own browser). A relatively simple console application that, after being turned on, will perform all operations step-by-step, save the result in the required format, and then terminate. The final program will be compiled into an exe for Windows.
If approached this way, 28 dollars will be enough.
If you have technical questions that you would like to clarify before starting work, I would be happy to receive your message in PM.
Budget: 25 USD Deadline: 2 days
Hello! Ready to start working on this project. I have experience with such tasks. I suggest implementing this in Python using Selenium.
Budget: 25 USD Deadline: 1 day
Hello.
I write scripts from scratch to automate various processes.
I use javascript/
Contact me privately, I can solve the problem
Budget: 25 USD Deadline: 2 days
Hello.
I have experience writing similar programs.
I will implement using Python. Contact me.
Budget: 30 USD Deadline: 3 days
Good evening. I can help, I will write a script in Python. Contact me.
Budget: 25 USD Deadline: 1 day
Good day!
I am ready to implement this program for you exactly as you described: a simple Windows utility that opens Chrome, logs into the account, copies the code, and records it in a CSV — without multithreading, auto-start, or proxies.
I have experience creating such scripts using Python + Selenium — the solution will be stable, simple, and easy to configure. I will also provide instructions for launching and free assistance with setup.
I am currently actively building my portfolio and a base of regular clients, so I can offer favorable conditions — only **20 USD** for the entire project.
I can start today!
Best regards,
Vadim
Budget: 25 USD Deadline: 1 day
Hello,
I have extensive experience in developing such software, let's do it!
Budget: 30 USD Deadline: 2 days
Hello!
I am a Python developer with extensive experience in web automation.
I can write a script for you to copy codes into a CSV.
Write to me, let's discuss your project!
Best regards,
Andriy
Budget: 50 USD Deadline: 2 days
Hello!
I am ready to complete your project. I have extensive experience developing simple automation programs for Windows (Python, Selenium, CSV), including managing the Chrome browser through a prepared profile.
Budget: 50 USD Deadline: 1 day
Hello, Igor.
I read your project updates. I fully understand your model: inexpensive initial development and subsequent paid modifications when the site changes. I am completely satisfied with this long-term cooperation format.
The information about the absence of CAPTCHA confirms that the task will be solved quickly and reliably using Python. As a PCAP™ certified developer, I will create a clean and efficient script for you.
Ready to start immediately and maintain the script's functionality in the future.
Budget: 50 USD Deadline: 2 days
Good day.
Write in private messages for clarification and discussion of details.
Budget: 50 USD Deadline: 3 days
I have extensive experience in developing parsers and programs for Windows.
There are a few questions that need clarification, please message me privately so we can discuss.
Budget: 80 USD Deadline: 3 days
Hello!
I can develop a program for you for Windows (in Python with or without GUI — at your preference).
✅ The program will:
– Log into each account in turn (from CSV),
– Authenticate on https://threeplus.three.co.uk/,
– Copy the required code,
– Save the results in a new CSV,
– Automatically finish after 20 accounts.
💡 It is only important to clarify how the login process occurs (login/password or something else?) and where exactly the required code is located on the page.
I can implement it without unnecessary complications. Write if you are ready to discuss details or show an example of accounts.
Budget: 110 USD Deadline: 4 days
Good day. I write programs for automating various processes. Is there a captcha or SMS verification when logging in on the website? I can write a desktop program in Python using the Playwright library
Budget: 60 USD Deadline: 2 days
Hello!
Ready to take on this project — everything is clear and looks straightforward.
I will make a desktop program for Windows that logs into accounts, extracts the code, and saves it in a CSV.
Feel free to contact me!
32 proposals 11:02
70 proposals 2 August
Web Programming 29 proposals 30 July
Python 47 proposals 30 July
Bot Development 37 proposals 30 July