Budget: 27000 UAH Deadline: 5 days
Good afternoon, there are reviews on another platform, write and we will discuss everything
Task Description:
It is necessary to develop a web service that publishes texts on WordPress sites via XML-RPC. The system loads up to 10,000 sites and 10,000 texts. The system publishes texts in multithreaded mode, checks the success of publication, and in case of failure — makes a retry on another site. The entire process is managed through the admin panel.
Experience with Python (FastAPI or Flask)
Experience with XML-RPC (preferably with WordPress API)
Knowledge of asyncio / aiohttp / multithreading
Experience creating admin panels with Bootstrap or HTMX
Ability to work with PostgreSQL or SQLite
Uploading texts, sites, proxies through the admin panel
Validation of XML-RPC access credentials (method getUsersBlogs)
Publishing texts via metaWeblog.newPost over XML-RPC
Task queue with 5–50 threads and proxy rotation every N publications
Checking publication results: HTTP status code, robots.txt, meta noindex, headers
Re-publishing in case of error
Preventing repeats on the same sites within the client
Logging all actions and exporting logs
The detailed technical assignment is already prepared (will be provided)
There are examples of input data and log structures
Ability to support the project after release
Experience working with Cloudflare and bypassing blocks
Availability of ready project examples on FastAPI or XML-RPC
Budget: 27000 UAH Deadline: 5 days
Good afternoon, there are reviews on another platform, write and we will discuss everything
Budget: 27000 UAH Deadline: 12 days
Hello!
My name is Artyom, I am a Python developer with experience creating web services using FastAPI and working with WordPress XML-RPC API (including metaWeblog.newPost, getUsersBlogs, editPost, HTTP/robots/meta checks, etc.).
📌 Why I am suitable:
• I have implemented similar mass publishing systems (including for PBN and SEO networks).
• I am deeply familiar with multithreading, queues, aiohttp, proxy rotation, and event logging.
• I have experience with Cloudflare protection, bypassing anti-bots, and load balancing.
• I have created admin panels on FastAPI + HTMX and Bootstrap with filtering, logs, CSV/Excel import/export.
⸻
💼 What I can offer:
✅ Backend on FastAPI with asynchronous publishing queue, configurable threads, and proxy rotation
✅ Admin panel: uploading site lists, texts, proxies, task status control, and logs
✅ Access checks (getUsersBlogs), publishing (newPost), response analysis (headers/meta/robots.txt)
✅ Retry attempts on other sites in case of failure
✅ Storage of publishing history in PostgreSQL or SQLite
✅ Support and scalability options after launch
⸻
🛠 Technologies:
• Python 3.11+, FastAPI, aiohttp, asyncio, uvicorn, httpx
• PostgreSQL / SQLite, Alembic, Pydantic
• Jinja2 / Bootstrap / HTMX — for UI
• Docker (if necessary)
• Cloudflare bypass — via rotating proxy / custom headers / backoff retry
Budget: 27000 UAH Deadline: 20 days
Good day!
We are the ILMOX team, specializing in the development of high-load backend solutions in Python (FastAPI, aiohttp, Celery, SQLAlchemy). Your project fully matches our experience: we have implemented similar mass posting systems, task queues, logging, and working with XML-RPC, including integrations with WordPress.
We have experience with:
Mass publications on WordPress via metaWeblog.newPost
Working with XML-RPC and checks via getUsersBlogs
Proxy rotation and asynchronous queues on asyncio + aiohttp
Development of custom admin panels on Bootstrap
Data and log storage in PostgreSQL and SQLite
Bypassing Cloudflare restrictions (as a bonus — we can advise on this area)
We can support the project even after launch. If needed — we will quickly allocate a team for scaling or maintenance.
Budget: 27000 UAH Deadline: 27 days
Good day, I am a WordPress website developer with over 3 years of experience. I specialize in creating user-friendly, fast, and functional websites, taking into account the needs of businesses and users.
During my work, I have developed and customized themes and plugins, optimized website performance, configured WooCommerce, integrated third-party services, and improved SEO. You can view some of my work in my profile.
My skills include:
- WordPress (development, customization, optimization)
- PHP, JavaScript (jQuery), HTML, CSS
- Speed optimization and SEO
- API integration and working with WooCommerce
I am ready to help with the development and improvement of your project, creating effective solutions that meet your needs. I would be happy to discuss details and start cooperation!
Budget: 27000 UAH Deadline: 38 days
Ready to accept your project. I can develop a mass text publishing system on WordPress via XML-RPC. I will be glad to discuss the details and deadlines.
Budget: 27000 UAH Deadline: 1 day
Good afternoon, we are engaged in web development, website layout on PHP, frameworks Laravel, HTML, CSS, including WordPress. We develop websites on PHP, frameworks on Laravel, and mobile applications for iOS and Android turnkey.
We develop websites on PHP and mobile applications for iOS and Android.
We have experience in creating CRM/ERP systems.
We are ready to execute your order turnkey.
We develop websites on WordPress and mobile applications for iOS and Android. The total development experience is 7 years. We are ready to execute your order turnkey.
1. Projects
https://berkanaplus.com.ua/ - This site was migrated and the server was configured.
2. https://leondesign.kyiv.ua/
PHP version updates and plugin updates.
3. https://peg.com.ua/
Development of a new module for the site for dynamic pricing updates.
https://uvali.com.ua/
Configuring a dedicated VPS server. 📈 Internet marketing and promotion:
Setting up advertising on Google Ads, Facebook, TikTok
SEO and copywriting
Promotion through push notifications and in-app advertising
Marketing analytics, A/B testing, campaign optimization
📈 Internet marketing and promotion:
Setting up advertising on Google Ads, Facebook, TikTok
SEO and copywriting
🎨 Design solutions:
In-house design department
🎨 Design solutions:
UI/UX design, branding, advertising creatives
Looking for a developer to create an AI assistant based on OpenAI GPT-5.5 with integration of Tourvisor API (Tour Search).What needs to be implementedBackend Preferably: Python (FastAPI) or Node.js The backend must have a REST API for integration with external services.Integration with OpenAI It is necessary to use OpenAI API (GPT-5.5). The AI must: conduct a dialogue with the client; remember the conversation history; automatically determine the language (Russian/Kazakh); respond as a travel agency manager; use a system prompt and knowledge base.Integration with Tourvisor At the first stage, only: API "Tour Search" After receiving data from the client, the backend should call the Tourvisor API and get real offers. The architecture should allow for subsequent connection: API "Hot Tours"; API "Hotel Descriptions"; without significant reworking of the project.Logic of operation The AI must independently conduct the dialogue. For example: Client: I want to go to Turkey The AI clarifies: departure city; dates; number of adults; number of children; ages of children; budget; wishes. After receiving the necessary data, the backend makes a request to the Tourvisor API. The results obtained are passed to GPT to form a nice response to the client.Important requirements The AI must not: make up prices; make up availability; make up tours. Use only information obtained from the Tourvisor API.Function Calling (Tools) is desirable It is necessary to implement separate functions: searchTours() In the future, the following will be added: searchHotTours() getHotelInfo()Admin panel A simple web panel is needed where you can: change the system prompt; upload/change the knowledge base; view conversation history; view logs and errors.Technologies Python FastAPI (preferably) Docker PostgreSQL Swagger/OpenAPIWhat should be delivered upon completion source code of the project; installation instructions; Docker configuration; API documentation; assistance with the first launch.Will be an advantage experience with OpenAI API; experience integrating with Tourvisor API; experience creating AI assistants for WhatsApp, Telegram, or other messengers.Additional wish The project should be written modularly so that in the future it can be connected without reworking: WhatsApp (Talk Me or another service); Telegram; Instagram Direct; company website. Important: provide for the possibility of connecting the API "Hot Tours" and "Hotel Descriptions" in the future without changing the main logic of the application.
Using my API data and wallet, create a Python script that successfully places a test order on the exchange.
Need an experienced Python developer to create an automation program for working with the website. What the bot should do: Log in to my account on the website. Continuously (24/7) monitor for new Work Orders. Upon the appearance of a new order, open its card. Analyze the information about the order (type of work, city, distance, description). Automatically accept orders that meet the specified conditions. If the order does not meet the conditions, skip it. Send notifications in Telegram about accepted and skipped orders. Requirements: Python. Playwright (preferred) or Selenium. Work through a regular browser. Transfer the complete source code after the project is completed. Provide installation and launch instructions. Mandatory experience in developing similar automation systems. When responding, please send examples of similar projects.
A project needs to be implemented for collecting and structuring a large array of images from open web sources (initially 2000 images). The task includes: - automated image collection; - uploading files in the highest available quality; - classifying images by categories. Expected results: - a structured image database; - a clear cataloging system; - delivery of the results via Google Drive or another agreed method;
Task type: video processing speed optimization Python - developer with experience in OpenCV, FFmpeg, MediaPipe