Budget: 600 PLN Deadline: 1 day
Hello. I work with Python/Node.js. Can I see the task specifications?
The project requires developing a Python script that performs step-by-step registration on a web platform using API. The script should be able to work with temporary email (via an open API), handle one-time confirmation codes (OTP), use proxies for network requests, and send data to the server in the form of standard HTTP requests.
It is also important that the code structure is flexible — with the ability to adapt to possible changes in the API. Registration should be carried out with proper logic, without using browsers or user interface automation.
Budget: 600 PLN Deadline: 1 day
Hello. I work with Python/Node.js. Can I see the task specifications?
Budget: 100 PLN Deadline: 1 day
I am ready to develop a Python script for step-by-step registration on a web platform via API. The script will use temporary email (open API), handle OTP codes, send requests through a proxy, and provide a flexible structure for adapting to changes in the API. Registration will be performed using HTTP requests, without browsers, utilizing my Python skills. The result will include clean, modular code with documentation.
Budget: 200 PLN Deadline: 3 days
Hello!
Ready to implement a flexible Python script for registration via API considering all requirements:
Functionality:
Step-by-step registration through HTTP requests (without using a browser)
Connection to a known temporary email API (e.g., 1secmail or similar)
Handling one-time confirmation code (OTP) from e-mail
Proxy support (HTTP/SOCKS5) for network requests
Flexible code structure with clean architecture (e.g., requests + class model, logging)
Ability to easily adapt to API changes
What you will get:
Ready script (.py) + configuration file (for proxies, timings, API keys)
Comments in the code and mini documentation
Test run (I can verify validity myself if needed)
Optional — wrapper in .exe or auto-start via cron
Budget: 250 PLN Deadline: 1 day
Hi Anna,
I'd be happy to help you with this project. I have extensive experience writing Python scripts that interact with APIs, including handling registration workflows, temporary email services, OTP processing, and proxy-based HTTP requests.
Here’s what I can deliver:
✅ A clean and modular Python script that performs step-by-step registration via API (no browser/UI automation).
✅ Integration with a temporary email provider via open API, including automated OTP extraction.
✅ Support for proxies in all network requests (via httpx or requests).
✅ Well-structured, adaptable codebase designed for future API changes.
✅ Clear documentation and examples for running and modifying the script.
Technical stack:
Python 3.x
httpx / aiohttp / requests (depending on sync/async choice)
Built-in or external OTP parsers
Optional: dotenv/pydantic for configuration
I can deliver a reliable and extensible solution within1 days, depending on API complexity.
Proposed budget: 250PLN. (Negotiable depending on further details)
Let me know if you'd like to discuss the specifics — I’m ready to start right away.
Budget: 250 PLN Deadline: 3 days
Hello!
My name is Nick and I am a Python developer with over 2 years of experience. I specialize in automation and data parsing, so I am familiar with handling APIs and HTTP/HTTPS requests. You can view my portfolio on my website: https://nixlxcky.github.io/
Let's discuss the details of what your web platform looks like and start collaborating.
Best regards, Nick Ivashkovsky
Budget: 500 PLN Deadline: 14 days
Good morning,
This is Patryk Samson from WebyJuice – a company registered in Poland, issuing VAT invoices. We are happy to develop a Python script for automatic registration on the platform via API, using temporary email, OTP handling, proxy, and standard HTTP requests.
We will deliver:
- A step-by-step registration script via API, without UI automation.
- Integration with open temporary email API and OTP code handling.
- Use of proxy for secure network requests.
- Flexible code structure allowing easy adaptation to API changes.
- Sending data to the server in HTTP format.
We have experience in automation and API integrations, creating reliable solutions for various projects. Examples of our work can be found at: webyjuice.pl/portfolio.
To provide an accurate quote, we need details: the name of the portal, API documentation, and specific requirements (e.g., data format, number of registration steps). Please send this information in a private message, and we will prepare an offer and start work ASAP!
Budget: 100 PLN Deadline: 1 day
Hello. I am interested in your proposal. Please describe the websites in more detail so I can learn about the API capabilities.
Budget: 500 PLN Deadline: 5 days
Good day. You need a step-by-step work logic. The final cost depends on the overall complexity. For discussion, write in private messages.
Budget: 600 PLN Deadline: 1 day
Good afternoon!
I develop in Python.
I have extensive experience with APIs for automation of registration on platforms.
I have developed more than one project for authorization using APIs of mobile number services. I am confident that I can help with your task as well.
I would also like to receive more details about the project.
Budget: 625 PLN Deadline: 3 days
Good day, Anna!
Ready to develop a Python script for registration on the platform via API, according to your technical specifications and with easy adaptation to API changes.
Price: 490–750 zł, terms: 2–4 days (depending on API complexity, number of registration steps, and work with OTP)
After completion, you will receive a fully ready script with instructions and the possibility of support in the future.
I would be glad to cooperate!
Budget: 75 PLN Deadline: 1 day
Good afternoon! Write. I will implement quickly and qualitatively..........................
Technical assignment for the client search automation system in Telegram Development 1. General task It is required to create an MVP system for automatic client search in Telegram chats with the provision of found users to sales department operators. The system should consist of: user bots based on Telethon; Telegram bot for operators; Telegram bot (or a separate administrative section within the bot) for the administrator; PostgreSQL database; Docker configuration for deployment in configuration. A web panel is not required at this stage. 2. Working with multiple Telegram accounts The system must not be limited to one Telegram account. It is necessary to ensure support for multiple accounts (for example, 5 or more) with the ability to increase their number without changing the configuration. For each account, there should be the ability to: authorize via Telethon; maintain its own session; connect a new account; disconnect an account; replace an account without losing the database. The administrator should be able to independently connect new Telegram accounts. 3. Distribution of chats among accounts The system will use a large number of Telegram chats (approximately 800 or more). All chats are included in a single system. The system should automatically: manage chats among connected accounts; observe Telegram restrictions; Handle the need to transfer a chat to another account; Prevent duplication of one chat by multiple accounts (unless specifically included). It is desirable to ensure load balancing among accounts. 4. Managing the chat list The administrator should be able to do this without the developer's involvement: connect a chat; delete a chat; import a list of chats from a file; bulk upload chat costs; enable or disable monitoring of individual chats; restart history collection for a selected chat. After adding a new chat, the system automatically includes it in one of the key accounts. 5. Data collection For each connected account, it is necessary to implement: Initial parsing After adding a chat: loading message history for the specified period; saving all available information. Monitoring After the initial loading is completed: constant tracking of new messages; saving new users; saving new activity of existing users. 6. Handling Telegram blocking requires proper handling: FloodWait; PeerFlood; temporary Telegram restrictions; erroneous connections; connection breaks; possible reconnections; temporary unavailability of the account. If one account is temporarily blocked by a restriction, the rest of the work continues. 7. User data storage. For each user, the following should be saved: Telegram ID; first name; last name (if available); username; profile link; list of all chats; message text; date and time of the message; link to the message (if obtainable from Telegram). User merging is performed exclusively by Telegram ID. If a user has written in 20 chats — they display one card. 8. User card The operator should see: first name; username; Telegram ID; profile link; list of all chats; messages; activity date. Example: User: Ivan Ivanov ID user : 123456789 Chat "Business": Message: "Good day, interested in advertising" Date: 01.03.2026 12:15 Chat "Marketing": Message: "Who is handling promotion?" Date: 05.03.2026 18:42 9. Operator work The system should automatically form a queue of clients. After receiving a client: the user is assigned to an operator; the second operator cannot receive the same client; maintain a history of actions. Statuses: Took the client; Unavailable; Could not reach; Refusal; In progress; Call back; Delete. After selecting a parameter, the next client will automatically open. 10. Reissuing users There should be an option to configure user reissuance. For example: never; after 30 days; after 60 days; after 90 days; arbitrary period. 11. Administrative section The administrator should be able to: Account management add an account; delete an account; view account status; view account restrictions; replace an account. Chat management add; delete; import; export; disable monitoring; disable monitoring. Operator management add; delete; block; change rights. Parser management start collection; stop collection; rebuild history; view current status. Statistics View: number of users; number of messages; number of processed clients; number of active operators; number of connected accounts; number of active chats. 12. Database Use PostgreSQL. It is necessary to store: users; messages; chats; activity; Telegram accounts; operators; processing statuses; processing history; distribution of chats among accounts. 13. Scalability The architecture should provide the ability to: connect 10, 20 or more Telegram accounts; connect thousands of Telegram chats; handle load; export data; work with CRM; connect new features without a complete project overhaul. 14. Docker The executor should set up: docker-compose.yml; Dockerfile; launch instructions; update instructions; database backup instructions. The system should manage the command as one.
Bot for mirroring positions on Binance Futures (Python) A bot is needed that reads my positions on Hyperliquid (public API) and Bitget Futures (my read-only key) and proportionally replicates them on my Binance USDT-M Futures via API. Logic: opening, increasing, partial closing, full closing — everything is mirrored with a customizable size ratio. Polling every 5–10 seconds. Correct handling of partial closures and averaging is mandatory. Requirements: notifications in Telegram about trades and errors; config (pairs, ratio, limits); deployment on my VPS + instructions; source code is transferred to me. I will enter the keys myself. Stages: 1) Hyperliquid→Binance, test with small amounts; 2) Bitget→Binance. Payment through safe in stages. In your response, indicate your experience with exchange APIs and how you will handle a partial closure of 30% of the position by the leader.
A Telegram bot needs to be created with a program that will monitor listings on three apartment rental websites (olx, lun, rieltor.ua) and send them structured in Telegram.
Project: Develop a Professional Crazy Time Live Dashboard Application (.NET C#)Project Overview I am looking for an experienced C#/.NET desktop developer to build a professional Windows application for displaying, storing, and analyzing live and historical Crazy Time game data obtained from a legitimate API provider. The application should feature a modern dark-themed interface, real-time updates, and a scalable architecture for future enhancements.Required Technologies C# (.NET 8) WPF (preferred) or WinForms Visual Studio 2022/2025 SQLite REST API WebSocket JSON Async/Await MVVM (if WPF is used)Main Features Modern dark dashboard API Key Manager REST API integration WebSocket support Real-time live data display Historical data storage Automatic synchronization Connection monitoring Error logging Statistics dashboard Data filtering Export to CSV and Excel Application settingsDashboard Modules The application should include: Dashboard Live Results History Statistics Connection Status API Manager Round Information Performance Monitor Settings Database ManagerData Analysis The software should provide analytical tools for available historical and live data, including: Frequency analysis Trend analysis Statistical reports Graphs and charts Data filtering Historical search Performance metrics The application should analyze available data only and should not claim to predict future outcomes of independent games.User Interface I want a premium-quality UI similar to professional trading or monitoring software. Requirements: Modern dark theme Rounded panels Smooth animations Professional icons Responsive layout High-quality UI/UX Fast performanceCode Quality The code should be: Clean and well-structured Fully documented Modular and scalable Easy to maintain Optimized for performance Built using best practicesDeliverables Complete Visual Studio solution Full source code Database Documentation Installation guide Future support (optional)Developer Requirements Please include: Experience with C#/.NET desktop applications Experience with REST APIs and WebSockets Portfolio of similar projects Estimated development time Fixed price or hourly rate I am looking for a long-term collaboration with a skilled developer who can build a high-quality and expandable application.
I'm looking for an experienced developer to create a smart AI chatbot on Instagram for a local sushi bar (takeaway/delivery format) in Vienna. This is a pilot project for our agency, based on the results of which we will collaborate on a permanent basis with other clients in Europe.What the bot should do: Automatically and instantly respond to direct messages on Instagram 24/7. Consult clients about the restaurant menu, roll ingredients, prices, and delivery/takeaway conditions (based on a knowledge base that we will provide). Communicate politely, close the client on orders, and help choose items. Send notifications about new orders or hot leads to a closed Telegram chat for kitchen staff.Technical requirements: Implementation based on ManyChat / Make.com / Typebot or OpenAI API (we are open to your suggestions on how to make it simpler and more stable). The bot must support two languages: Ukrainian and English (German is welcome, but not mandatory at the start).From you, I expect: Examples (cases) of similar implemented bots for product businesses or restaurants. An estimated cost for developing such a template. Completion timelines. The budget will be discussed with the successful candidate.