Budget: 12000 UAH Deadline: 7 days
Let's first understand what exactly the bot needs to do. Then I will help you and tell you how to do it better, cheaper, and more relevantly.
Budget: 12000 UAH Deadline: 7 days
Let's first understand what exactly the bot needs to do. Then I will help you and tell you how to do it better, cheaper, and more relevantly.
Budget: 3000 UAH Deadline: 3 days
Hello, Vadim! I will create a bot in Python: background monitoring of the NBU website, instant notification in Telegram when the desired coin appears, automatic order processing in the personal account. I work 24/7 on the server, without your involvement. I have experience with similar parsers and automations using Telethon/aiogram. The passwords for the personal account are stored only with you in the .env file. I would like to clarify: is there already an account on the NBU website, and is automatic purchase processing needed, or just the notification?
Budget: 5000 UAH Deadline: 4 days
Hello! I have experience in developing bots for process automation and website monitoring. For your task, a Python bot would be the best fit, which will track updates on the NBU website and notify you or automate the purchasing process. I can implement this as a Telegram bot so you receive notifications in real-time. I am ready to discuss the details, which specific coins you are interested in, and how the purchasing process should look. Feel free to write, and we can discuss the technical requirements.
Budget: 2500 UAH Deadline: 3 days
Vadim, there is a nuance that is not mentioned in any bid right now: on coins.bank.gov.ua, registration is required for email and phone, and one person can only buy one coin at a time. This means that it is not the number of accounts or browser profiles that matters, but the readiness of the session specifically in your account at the moment the sale starts: a logged-in session, a pre-warmed cart, and the request to add goes without unnecessary steps. I will monitor the store page (checking at one-second intervals), instant notification in Telegram about the appearance of the coin, and at your choice either an immediate attempt to purchase or confirmation from you with one click in the bot. I will show you working monitoring on a real page before payment so you can see that the bot really catches changes. 2500 UAH, deadline 3 days, lower than some bids here: the profile is new, and I value feedback more than earnings right now. Do you want just instant notification in Telegram, or an automatic attempt to purchase right away?
Budget: 2000 UAH Deadline: 2 days
Hello! I have reviewed your task. I will gladly help you acquire the desired NBU coins through automation. Since you haven't used bots before, I will make the entire process as simple and clear as possible:
1. How it will work: You log into the website with your account a few minutes before the sales start (at 10:00). The bot launches in your browser and checks the page thousands of times per second. As soon as the "Buy" button becomes active, the bot instantly clicks it and adds the item to the cart. You only need to make the payment.
2. Why it is safe: The bot will operate locally on your computer. You do not need to share your passwords, cards, or personal BankID information with me or the program.
3. Support for "newbies": I will record a short video tutorial for you, where I will visually show how to launch everything with one click.
I also have one important question for understanding the task:
The NBU website has a strict limit per person. Do you plan to buy coins only for yourself (from your single account), or do you want to bypass this limit and buy several pieces at once using accounts of relatives/friends? This will determine how I set up the program for you.
I am ready to implement a reliable option that will be faster than regular people. I suggest discussing the details in private messages!
Budget: 1000 UAH Deadline: 3 days
Hello!
The task is clear: a bot/automation is needed to track the appearance of NBU coins and respond as quickly as possible to purchases.
I propose a practical solution in Python:
1) monitoring the NBU page/account with minimal delay;
2) instant notifications in Telegram (coin appearance, status, errors);
3) optionally — semi-automatic or automatic order placement within the site's capabilities;
4) simple management: which coins to search for, limits, on/off, logs.
It is important to agree on the following right away:
— only notifications or full purchase automation;
— whether there is already an account/session on the NBU site;
— how many coins/positions to track simultaneously;
— where the script will run (your PC / VPS 24/7).
After a brief clarification, I will create a working MVP and provide it with instructions.
The price is the minimum starting point and fully negotiable — we will finalize it after clarifying the scope.
I am ready to start immediately.
Budget: 1000 UAH Deadline: 1 day
Good day, Vadim.
When 18,000 people simultaneously press the "Buy" button for 3,000 coins, it is not the speed of clicking that wins, but the minimal delay between the appearance of the element in the DOM and the sending of the request. Your bot will operate through a headless browser with a pre-loaded session and an authorized profile, so at 10:00, it will only need to send one HTTP request to add to the cart — without rendering the page, without waiting for resources to load.
Instead of polling the page every N milliseconds, the system uses a MutationObserver on a specific DOM node where the button appears. This provides a response within 50–100 ms after a change from the server, while the usual Selenium approach loses 1–3 seconds. The request to add to the cart is pre-formed as a ready payload — only the CSRF token, which is updated a minute before the start, is pulled.
Regarding anti-bot protection: we will first analyze the announcement page for the presence of Cloudflare, CAPTCHA, or rate-limiting and select a bypass strategy — from realistic headers and delays to a full browser profile. If the site uses a direct API for adding to the cart, switching to HTTP request level instead of clicking through the DOM will reduce the response time by several hundred milliseconds, which can be crucial under queue conditions.
Proxy and browser profile rotation will ensure stability, even if the NBU enables rate-limiting or queuing. You will receive a Telegram notification channel: coin appeared → button active → added to cart → payment link. Everything after the cart is up to you, as requested.
Options:
≈5 days: 4000–6000
- Quick addition of the coin to the cart for one profile
- Use of MutationObserver for instant response
- Manual launch instructions for the program before the sale
- Basic notification of successful addition to the cart
≈10 days: 8000–12000
- Support for multiple profiles and automatic proxy rotation
- Pre-loading sessions and automatic CSRF token updates
- Full Telegram bot for real-time status monitoring
- Optimized HTTP request without page rendering for maximum speed
- Support and correction of the bot's operation during the first real sale
≈18 days: 15000–20000
- Scalable architecture for working with a large number of accounts
- Deployment of the bot on a dedicated server (VPS) with turnkey setup
- Automatic bypass system for anti-bot protection and rate-limiting
- Priority support and updates for changes in the NBU website structure
- Enhanced analytics and logging of each request for speed analysis
Budget: 10000 UAH Deadline: 9 days
Good day. I write programs for automating various processes in Python. I can create a console or desktop application for this task. It is also possible to set up notifications in a Telegram bot.
Budget: 5000 UAH Deadline: 3 days
Good day!
I have experience in developing bots and automation in Python. I can analyze the process of purchasing coins on the NBU website and suggest an optimal option: a Telegram bot with notifications about the availability of coins or automation of the order placement within the available capabilities of the site.
I will provide simple management, configuration of the required coins, and a detailed user guide. I will be able to specify the exact timelines and cost after clarifying the desired logic and checking the NBU website.
Budget: 3000 UAH Deadline: 6 days
Good day, I will complete the work, I have experience in creating Telegram bots. I will quickly implement the task.
Budget: 6000 UAH Deadline: 3 days
Good day!
I am a Python developer and can create a fast and reliable parsing bot for the NBU website.
For development, we will use Python, Playwright (or Requests + BeautifulSoup, if the site's logic allows), as well as asynchronous request handling for maximum speed.
I have already worked with the NBU website, know its features well, and understand how to implement the bot to track the appearance of coins as quickly as possible and perform the necessary actions.
I have practical experience with these technologies and am ready to start development immediately.
Budget: 3000 UAH Deadline: 4 days
A bot for purchasing NBU coins will allow you to automatically track the appearance of new coins and place orders without manual monitoring of the website. I have built similar systems: parsing product pages, checking availability on a schedule, automatic order placement, and notifications in Telegram — this is exactly the stack suitable for your task.
Since you haven't worked with bots before, let me explain how it looks: the bot runs in the background 24/7, checks the NBU website, and as soon as the required coin appears — it either buys it immediately or sends you a notification for confirmation. Everything is customizable to your scenario.
We will clarify the cost and timeline after a brief discussion of the details — which coins, what action algorithm upon appearance, and whether a Telegram interface for management is needed. It will approximately take 15-20 hours of work, but we will determine the final amount together after the conversation.
Write to me — we will discuss the details and I will propose a specific solution for your task.
Budget: 5000 UAH Deadline: 3 days
I am a NodeJS developer. I am ready to take on this task. Write to me, and we will discuss.
Budget: 3500 UAH Deadline: 7 days
Hello, Vadim! I am developing projects using the Aiogram and Telethon libraries, which allow for quick integration of bots with the API of the National Bank of Ukraine and other government services. I found your request regarding the creation of a bot for the NBU that monitors exchange rates and automates purchasing operations. My portfolio includes similar solutions for financial platforms, where I implemented scripts for data collection from open APIs and their subsequent processing.
I propose to develop your bot in three steps: first, I will set up the connection to the NBU API and create the basic logic for obtaining real-time exchange rates, then I will add the functionality for automating the purchase of coins through the appropriate interfaces and integration with your payment system, and finally — testing and setting up notifications for users. I estimate the project cost at 3500 UAH, with a completion time of 7 working days. I include a free revision after launch for a week and an additional option to add subscriptions for specific currencies with individual limits.
Budget: 5000 UAH Deadline: 3 days
I need a bot that monitors the NBU website and notifies when coins are available for purchase, so you can make it to the sale.
I will create it using Python + aiogram: parsing the NBU page on a schedule (for example, every 5 minutes), Telegram notifications with a link and the name of the coin as soon as a new item appears. I will add the ability to filter by coin type or price if needed. The bot runs on a server, operating 24/7 without your involvement.
Please let me know: do you only need to receive notifications, or do you also want the bot to automatically open the purchase page or send reminders to several users at once?
Budget: 950 UAH Deadline: 2 days
Hello, Vadim! I completely understand your task. Since the NBU online store releases commemorative coins in limited quantities and they are instantly sold out, an ordinary person physically cannot click the button in time. A special bot will solve this problem, as it checks the page every second and places orders automatically.
Since you have not used bots before, I will prepare the simplest solution for you in Python 3.12:
1. Automatic monitoring: The script will continuously monitor the availability of the required coins in the NBU store. As soon as a coin becomes available — the bot will react in a fraction of a second.
2. Quick checkout: The bot will automatically log into your personal account on the NBU store, add the coin to the cart, and fill in the necessary order details.
3. Convenient management in Telegram: I will create a simple Telegram bot for you. You will be able to start or stop the process directly from your phone, as well as receive instant notifications with a screenshot when the coin is successfully purchased.
All your passwords and login details for the NBU account will be stored in absolute security strictly on your side in a special closed configuration file (.env). After development, I will help you launch the system, show you everything in detail, and provide a simple instruction.
Please let me know if you already have a registered and verified account on the NBU numismatic products online store?
Budget: 1000 UAH Deadline: 1 day
Hello. To implement a bot with reliable logic for purchasing NBU coins, I propose development based on an asynchronous framework that will ensure high responsiveness to changes in availability and effective request processing, minimizing the risks of missing offers. I will pay special attention to the architecture that guarantees the stability of the bot's operation, secure storage of credentials, and handling of possible errors, including integration with the notification system. I have successful experience in developing similar automated monitoring systems and interacting with web resources, which will allow the use of ready-made modules and proven solutions to accelerate development and enhance reliability. I suggest discussing all implementation details, final budget, and timelines in private messages.