Automated Content Publishing Script

Замовник: AI | Опубліковано: 26.10.2025
Бюджет: 250 $

I need a small utility that watches a specific folder on my server and, whenever I drop new material into it, publishes each item as a post on my site. Here’s the setup and what I’m after: • Input files: plain-text documents for the body copy and accompanying images stored in the same folder. • CMS: the site runs on a custom stack (parts of it are in Python, PHP, and Node.js). There’s no off-the-shelf WordPress or Joomla backend, so the script must interact directly with my existing endpoints or database tables. I’ll share the current API routes and schema once we start. • Core flow: 1. Detect new text and image pairs. 2. Use the text file name (or first line) as the post title, the text body as content, and attach the matching image. 3. Mark each item as published so it isn’t processed twice. Keep the solution lightweight—CLI or daemon is fine—as long as it can run on Linux and logs basic success/error messages. I’m open to Python, PHP, or Node.js, whichever you feel will integrate fastest with my stack. Please send a short, detailed project proposal outlining your approach, libraries you’d rely on, and an estimated timeline. Deliverables are: 1. Source code with clear setup instructions. 2. A brief README describing configuration options and how to extend the script for additional file types later. Looking forward to seeing how you’d tackle it.