Budget: 2000 USD Deadline: 30 days
Good afternoon. Interesting task, I have already created a similar project, but for internal corporate use. Feel free to reach out. I will implement it on Lavarel.
Автоматизация сбора и публикации новостей.
Обеспечение оригинальности контента через рерайт новостей с использованием API ChatGPT
Разработка модуля для парсинга новостных материалов с сайта zakon.kz (для начало, после подключение новых новостных сайтов).
Интеграция с API ChatGPT для рерайта статей.
Создание административного интерфейса для контроля отправляемых PROMPT запросов.
Создание административного интерфейса для контроля процесса публикации.
Внедрение модулей SEO-оптимизации (уникальные meta-теги, структурированные данные, адаптивный дизайн).
Обеспечение отказоустойчивости, логирования и масштабируемости системы.
Система делится на следующие основные компоненты:
Парсер новостей: Модуль для регулярного извлечения контента с сайта zakon.kz.
Модуль рерайта: Интеграция с ChatGPT API для обработки (перефразирования) исходного текста.
Бекенд для публикации: Серверная логика, отвечающая за запись новостей в базу данных и их публикацию на сайте.
Фронтенд: Публичная часть новостного ресурса с адаптивным дизайном и SEO-оптимизированной версткой.
Административная панель: Интерфейс для управления, мониторинга, модерации новостей и настройки параметров.
Модуль логирования и мониторинга: Отслеживание успешного выполнения задач, ошибок, уведомления администратору.
Источник: Сайт zakon.kz.
Тип данных: Заголовок, основной текст, дата публикации, изображения, категории и теги, SEO meta данные.
Метод парсинга:
Использовать периодические запросы (например, с интервалом 10–30 минут) с учетом политики сайта.
Обеспечить корректное распознавание динамических элементов и AJAX-загрузки (при необходимости).
Обработка ошибок:
Логирование ошибок при невозможности доступа или изменениях в структуре сайта.
Реализация механизма повторных попыток с экспоненциальной задержкой.
Передача данных: После успешного парсинга весь текст новости передается в API ChatGPT.
Параметры запроса:
Запрос должен учитывать необходимость сохранения сути новости, но с изменением структуры и языкового стиля.
Возможно использование заранее подготовленных шаблонов/промтов для обеспечения единообразия.
Обработка результата:
Полученный текст рерайта должен быть проверен на уникальность (анализ дублирующегося контента).
В случае ошибки или отсутствия ответа – реализовать fallback-механизм (например, сохранить исходный текст с уведомлением модератора).
Автоматизация публикации:
После рерайта новость автоматически записывается в базу данных и публикуется на сайте.
Возможность отложенной публикации с согласованием через административную панель.
Метаданные и SEO:
Реализация схемы структурированных данных (schema.org – например, NewsArticle).
Формирование канонических URL.
Верстка:
Адаптивный дизайн, оптимизированный для мобильных устройств.
Оптимизация скорости загрузки страниц (lazy loading для изображений, кэширование статического контента).
Функционал:
Просмотр списка новостей с возможностью фильтрации (по статусу, дате, категории).
Ручное редактирование и модерация новостей.
Настройка параметров парсинга (интервал обновления, источники и ключевые слова для фильтрации контента).
Возможность редактировать, добавлять новые промпты
Отчёты и статистика (успешно опубликованные новости, ошибки, время отклика API).
Управление: Возможность экстренного отключения автоматизированных процессов.
Бэкэнд: Рекомендуется использовать PHP (Laravel, Symfony) или Python (Django, Flask) или Node.js с соответствующими библиотеками для работы с HTTP-запросами и парсинга (BeautifulSoup, Scrapy, Puppeteer).
Фронтенд: HTML5, CSS3, JavaScript; использование современных фреймворков (React, Vue.js или аналогичные) по необходимости.
База данных: PostgreSQL, MySQL или другой SQL-решения, способный обрабатывать динамический контент.
API-интеграция: OpenAI API для ChatGPT (обработка запросов на рерайт).
Парсинг: Реализация REST API или задач по расписанию (cron jobs) для периодического обращения к источнику.
Связь с ChatGPT: Надежное взаимодействие с OpenAI API, обработка возможных ошибок, контроль частоты запросов (rate-limiting).
Публикация: Внутреннее API для публикации и извлечения новостных материалов, обеспечение безопасности доступа (например, JWT-токены для аутентификации административных запросов).
Правильная верстка страниц с использованием семантических HTML5-тегов.
Реализация корректных заголовков (H1, H2, H3 и т.д.).
Создание и поддержка News Sitemap.
Оптимизация скорости загрузки и минимизация веса страниц.
Мобильная адаптивность (Mobile First подход).
Интеграция с Google Search Console для отслеживания индексации и ошибок.
Защита от DDoS-атак и брутфорс-атак.
Использование HTTPS для всего трафика.
Валидация и экранирование входящих данных, защита от XSS, SQL-инъекций и CSRF.
Ограничение доступа к административной панели по IP или с использованием двухфакторной аутентификации.
Горизонтальное масштабирование приложения при росте нагрузки.
Использование кэширования (Redis, Memcached) для ускорения выдачи новостей.
Регулярное создание резервных копий базы данных.
Логирование всех операций (парсинг, рерайт, публикация) с последующим мониторингом и уведомлениями о сбоях.
Budget: 2000 USD Deadline: 30 days
Good afternoon. Interesting task, I have already created a similar project, but for internal corporate use. Feel free to reach out. I will implement it on Lavarel.
Budget: 1400 USD Deadline: 30 days
Hello!
I am a Laravel developer with 2 years of experience. In my project Zroby_Sam, I have already implemented a similar news auto-generation system:
✅ Parsing news from news sources (NewsAPI, GNews)
✅ Processing and rewriting through OpenAI ChatGPT API considering structure, keywords, and SEO
✅ Publishing to the database and front-end with delayed moderation
✅ Admin panel for managing sources, prompts, translations, and publication statuses
✅ Visual editor + duplicate filtering + logging
Technologies: Laravel 11, MySQL, Vue.js, Vite, Livewire, OpenAI API, TailwindCSS
Also implemented: — Link masking, protection against duplicates
— SEO structure with automatic generation of title, description, schema.org
— Support for multilingualism and images through DALL·E API
I am ready to discuss the architecture for your project, offer optimal solutions for parsing, fallback mechanisms, and fault tolerance.
📌 My rate: from $25/hour or fixed by stages
📅 Availability: daily 3–6 hours
📈 Open to long-term cooperation
Thank you! I will be happy to answer any clarifying questions.
Budget: 1500 USD Deadline: 30 days
Good afternoon!
I worked on a similar project — bringing an esoteric website to life from scratch, where there were only URL pages (the rest of the content was lost). Based on the URL pages, all the content was created starting from the title and ending with structured text. Everything is fully automated, without human involvement.
The task here is similar — we just need to parse, which reduces the number of checks after the OpenAI API.
All the necessary technologies are familiar to me and I actively use them.
I see the project on Django — it’s logical, convenient, stable, and scalable.
Write to me — let’s discuss!
Budget: 1500 USD Deadline: 1 day
Good afternoon - we develop frameworks on Lavarell and mobile applications on IOS and Android turnkey.
Projects:
1. Good afternoon, we are ready to fulfill your order 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 fulfill your order turnkey.
Good afternoon, we develop websites on Wordpress and mobile applications for IOS and Android. The total experience in development is 7 years. We are ready to fulfill your order turnkey.
1. Projects
https://berkanaplus.com.ua/ - I transferred and configured the server for this site.
2. https://leondesign.kyiv.ua/
Updates of PHP version and plugin updates.
3. https://peg.com.ua/
Development of a new module for the site for dynamic updating of product prices.
https://uvali.com.ua/
Configuration of a dedicated VPS server.
Budget: 3500 USD Deadline: 25 days
Hello! I will complete your task quickly and efficiently.
My portfolio: https://freelancehunt.com/ua/freelancer/romas6ka.html#portfolio
Write to me, I will start working today. I will be glad to collaborate with you!
Budget: 25 USD Deadline: 5 days
Good afternoon, I won't write a bunch of meaningless text, I have experience in similar projects. Write to me to discuss the details, we will do everything in a reasonable time and at a pleasant price. At the moment, I need a rating on the project, so I would be very happy to collaborate.
Budget: 3000 USD Deadline: 30 days
Good day. I am ready to complete the task.
I have extensive experience in website and web application development.
My portfolio: Freelancehunt
I will develop a news website with auto-search, rewriting, and publication of news.
I will integrate and train AI. I will create an interface for controlling prompts and the publication process. I will implement a parser with the necessary logic. I will optimize SEO.
I will create logs and error handling. I will ensure maximum system performance.
I will connect the necessary integrations. I will implement security elements.
Write to me, we will discuss the details and I will start working.
Budget: 1400 USD Deadline: 30 days
Hello!
I will gladly develop an auto-filling news website.
I have over 10 years of experience in web development.
laravel, wordpress, yii2, opencart
----
Do you have a design?
Budget: 500 USD Deadline: 21 days
Hello!
I can implement your project.
I have extensive work experience.
Budget: 5000 USD Deadline: 90 days
Hello!
My name is Mykola, I am a developer with 15 years of experience in creating web solutions — from landing pages to complex automated systems. I specialize in the Laravel + Vue stack, which allows me to create reliable, fast, and scalable platforms. After reviewing your project for an auto-filling news site, I am confident that my skills perfectly match your needs.
Your project involves automating the collection of news from the site zakon.kz, rewriting content through the ChatGPT API, publishing with SEO optimization, and creating a user-friendly administrative panel. My Laravel + Vue stack is the optimal choice: Laravel will provide a stable backend for parsing, API integration, and content management, while Vue.js will offer a fast, responsive interface for the frontend and admin panel.
I have experience in web scraping, including handling dynamic content and AJAX requests, which ensures efficient data extraction. Integration with the OpenAI API for news rewriting will be implemented with content uniqueness in mind, with mechanisms for duplication checking and backup strategies in case of failures. For SEO, I will implement structured data, canonical URLs, loading speed optimization, and responsive design to ensure high visibility in search engines.
The administrative panel will allow for easy management of processes: monitoring parsing, editing prompts for ChatGPT, moderating news, and viewing statistics. I will also ensure reliable logging, error monitoring, and system scalability for connecting new news sources in the future.
My approach combines modern technologies, security standards, and performance optimization. I am ready to collaborate and support the project after launch. To discuss details, costs, and timelines, I suggest contacting me via private messages.
Best regards, Mykola
Budget: 1500 USD Deadline: 28 days
Hello!
I am interested in your project — I love tasks related to automation, AI, and integration with ChatGPT for rewriting. I have experience in backend development, creating REST APIs, parsing, SEO, and responsive design. I plan to implement the solution on Django, focusing on stability, scalability, and a user-friendly admin panel for complete process control.
I work for results — it is important for me not just to implement functionality, but to create a system that truly solves problems and works reliably.
I am ready to discuss the details and join the implementation!
Budget: 1400 USD Deadline: 21 days
Good afternoon, I will implement everything written in the assignment on WordPress. Please message me privately, we will discuss the details. Is there a design and layout available?
Budget: 2000 USD Deadline: 30 days
Good day!
I am ready to take on the work.
Portfolio (similar projects):
https://viche.ck.ua/
https://absurdu.net/
https://mediarnbo.com/
I look forward to your response and discussing the terms.
Best regards, Ivan
Budget: 10000 USD Deadline: 120 days
Good afternoon. I am ready to discuss the implementation of the website in more detail, the project is very interesting. I have extensive experience with Laravel, I can show my projects in private messages and tell you more about everything.
The layout will be on Tailwind CSS.
Admin panel Laravel API + Vue.
For the front end, we can consider two options - Nuxt + Laravel API OR Laravel Blade.
The cost of the project is not final and will be known after a detailed discussion of the design and logic.
Changes need to be made to 3 (three) different forms, calculators, and data entry pages on the website according to the technical specifications. The implementation of the calculators and pages is required in two languages. It is possible to refine the existing forms and calculators or create new ones if that is easier for execution. The technical specifications will be provided. During the execution of the task, minor additions or clarifications regarding changes to the calculators or forms (templates) may be made.
When placing an order, when the buyer selects the country "Ukraine," the system substitutes the delivery method from the "Rest of the World" zone (Self-pickup (M)) instead of the "Ukraine" zone (Self-pickup (U)). The shipping plugin support has already tested this hypothesis: they deactivated the UA Shipping plugin, turned off all its delivery methods, and left only the standard WooCommerce methods — The problem remained even after this, meaning the cause is not in the shipping plugin, but somewhere in the site settings.
Need to: Create a website – online store in Ukrainian (subsequently multilingual). The engine is not critical, the most important thing is that the admin panel is user-friendly.Consists of: - Main page- Catalog with categories, subcategories, and product cards (with the ability to add both categories and subcategories): - Blog- Text (purely informational) pages:“Who we are” or “ABOUT US”Payment and delivery, Exchange and returns, Privacy policy, Public offer, Warranty.Contacts+ Admin panel 2. Register hosting 3. Purchase and link a domain4. Install a favicon5. Register Google Analytics and add the website 6. Create and connect a Telegram chatbot for order notification. 7. SEO. It is necessary to provide fields for each category and product: HTML title, meta keywords, meta description, h1, SEO text. The design can be template-based.
We are looking for an experienced WordPress developer or a small team for a comprehensive modernization of the existing website of the construction company TERZI — terzi.biz. It is necessary to transform the existing website into a modern interactive sales platform: develop a premium responsive UX/UI design; improve the frontend and backend of WordPress; create managed sections for services, materials, equipment, projects, and case studies; implement a cost calculator, quiz, forms with photo uploads, and B2C/B2B scenarios; integrate KeyCRM, Telegram, GA4, GTM, Meta Pixel, Google Ads, and Ringostat; implement Ukrainian and Russian versions; maintain existing SEO positions, set up redirects, Schema.org, and Core Web Vitals; conduct migration, testing, and launch of the website. The website does not necessarily need to be created completely from scratch: usable code and modules from the existing WordPress should be reused. There is a detailed technical specification of 50 pages with page structure, functionality, design system, and acceptance requirements. In your response, please indicate: Examples of similar WordPress projects. Who will be responsible for design, frontend, and backend. Preliminary timeline and cost. Proposed development stages and warranty conditions.
A plugin needs to be developed. The goal is a convenient table for quick selection and purchasing of goods by wholesale buyers. Functionality Front: Columns - Product selection (check), Name, Category, Warehouse, Delivery, Price, Quantity selection, Add to cart, Clear filters search products in a list filter by categories filter by warehouses filter by delivery product quantity selection adding to cart Back: bulk price increase and decrease by % per warehouse