
Completed
Posted
Paid on delivery
Each week I need a script that signs in to my Jelastic cloud account, pulls the latest usage rates and billing cost, writes them into clearly-formatted CSV files, then drops those files onto my FTP server. I am fine with Python, Bash, or any language that can talk to the Jelastic API and run head-less on a Linux VM. Please keep credentials and end-points in a separate, editable config so I can swap them out later. A small amount of logging (success/fail, timestamp, file name) is essential so I can trace what happened if something goes wrong. Deliverables • Source code with clear in-line comments • Sample config file (redacted values) • One-page setup guide showing cron or systemd scheduling for weekly runs • Proof it works: a test CSV produced from my staging account and automatically uploaded to the FTP folder I specify The work is complete when the job runs on schedule, the CSV contains the correct usage and cost data, and I can toggle any parameter (date range, FTP path, file name pattern) from the config without touching the code.
Project ID: 40433144
146 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

I've built similar headless automation scripts that pull billing data from cloud APIs and push formatted exports to remote servers, so your Jelastic workflow is right in my wheelhouse. My approach: a Python script using the Jelastic API's billing endpoints to fetch usage rates and costs, format them into clean CSVs with configurable column layouts, then upload via ftplib—all driven by a YAML config file for credentials, endpoints, date ranges, FTP paths, and file naming patterns. I'll include structured logging with timestamps and status codes so you always know exactly what ran and when. I can start immediately and will validate everything against your staging account with a live test upload before handoff.
$30 USD in 1 day
6.8
6.8
146 freelancers are bidding on average $319 USD for this job

Hello, With over a decade of experience in the IT industry, encompassing software development and web services, my team at Our Software is more than ready to take on your Jelastic automation project. We not only have unrivalled expertise with languages like Python and Bash but can also swiftly navigate complex APIs like Jelastic's. At Our Software, we understand that automation projects aren't just about writing lines of code, but the promise of making your life easier. We guarantee that the entire project will be separated into editable config files, allowing you to toggle parameters without disrupting the codebase. Detailed in-line comments will ensure that everything is clear and accessible within the source code. Additionally, our deliverables include a step-by-step setup guide with cron or systemd scheduling instructions for seamless weekly execution. Lastly and most importantly, we firmly believe in the importance of ongoing support. Following successful execution and uploads, our team will always remain available to promptly address any issue or for any adaptation needs as they arise. Choose us and let us contribute our 'WOW' factor to your project, making those miracles happen! Looking forward to partnering with you! Thanks!
$180 USD in 2 days
8.6
8.6

Automating Jelastic billing exports requires a precise approach to data handling and API integration. I have the Linux and PHP expertise necessary to build a script that reliably pulls your usage data and formats it for your accounting requirements, ensuring the process runs smoothly without manual intervention. My 15 years of experience in web development and server management means I am comfortable working directly within Linux environments and handling custom backend logic. I frequently build automation tools for platforms similar to Jelastic, focusing on clean code that minimizes errors and handles data securely. I can complete this automation for $125.59 within a 1-day turnaround. If you are ready to get this set up and running, let me know and I will start on the implementation immediately.
$125.59 USD in 1 day
8.1
8.1

Hello Your project involves Jelastic API, FTP, CSV and there are things I am experienced very well I have several years of experience with Python programming and I can develop headless script do gather data from Jelastic, write CSV and upload to FTP. I have got you to keep settings in separate file to make editing easily. I estimate it would would take several hours to complete
$57.60 USD in 1 day
8.1
8.1

Hi, I’ve developed similar automated solutions that pull data from APIs, process it, and deliver it via email or FTP. For example, I created a system that fetched daily usage data from AWS and sent it to users via email, allowing them to view their usage and costs. I can use Python with libraries like Requests and Pandas to handle API calls and CSV generation efficiently. I’ll also implement logging to ensure you can track the script’s activity. Let’s schedule a 10-minute call to discuss your project in more detail and ensure I fully understand your requirements. I’m ready to start immediately and can dedicate 10 hours per week at the same rate. Best regards, Adil
$154 USD in 7 days
7.5
7.5

Automating billing exports usually fails because session tokens expire or the UI changes slightly. A direct API approach is more stable than browser automation for this. It avoids the fragility of scraping HTML logs. I've built similar reporting scripts for fintech platforms where accuracy mattered. At Coinread, I integrated 20+ external services using Python and secure credential management. The result was zero manual intervention for weekly financial data. The script should run on a schedule, handle authentication securely, and output to your preferred format. I'll set this up with proper logging so you know if it fails. This ensures you never miss a weekly report due to a silent error. Do you need the data sent via email or saved to a specific storage bucket?
$30 USD in 7 days
6.9
6.9

Hi, this project requires a reliable automation script to extract billing data from Jelastic and deliver it via FTP with configurable parameters. The primary engineering risk lies in robust orchestration of API data retrieval, secure credential management, and reliable file transfer automation. I usually structure such systems with clear separation between data ingestion, transformation, and delivery layers, ensuring config-driven flexibility and maintainability. I have delivered similar automation and integration workflows in the Custom Feature Development & Integration and AI-Driven Marketing Suite projects, emphasizing clean code, logging, and documentation. I recommend designing the script to handle API response variations gracefully, implement minimal but sufficient logging for traceability, and isolate sensitive config elements for easy updates. These systems must be production-ready, running reliably on schedule with minimal manual intervention. I can provide a detailed outline of the retrieval pipeline, config schema, logging strategy, and deployment instructions for scheduled execution. Thanks, Hercules
$250 USD in 7 days
7.0
7.0

Hello, I understand you need an automated weekly script that logs into your Jelastic cloud account, pulls usage and billing data via API, generates clean CSV reports, and securely uploads them to your FTP server with full logging and configurable settings. The key requirement is a reliable, headless automation workflow that runs on a Linux VM and is easy for you to maintain. I will build a modular Python-based automation script that uses the Jelastic API for authentication and billing data retrieval, formats results into structured CSV files, and uploads them via FTP/SFTP depending on your setup. The system will include a separate configuration file for credentials, API endpoints, date ranges, file naming rules, and FTP paths so nothing is hardcoded. I’ll also implement robust logging (success/failure, timestamps, API responses, upload status) and error handling to ensure reliability in cron or systemd scheduled execution. You’ll receive fully commented source code, a sample redacted config file, a ready-to-use cron/systemd setup guide, and a verified test run producing a real CSV uploaded to your staging FTP directory. The solution will be lightweight, production-safe, and easy to extend if you later want dashboards or multi-account reporting Thanks, Asif
$250 USD in 3 days
6.9
6.9

Hi Arthur J., Last week I built a near-identical export: headless login, pull usage + cost via API, write clean CSVs, and push to FTP. I’m confident to handle this really well for Jelastic. i would like to know the below. - Do you want Python with requests on a Linux VM, and is your target FTP plain FTP, FTPS, or SFTP (passive mode ok)? - Which Jelastic billing endpoints/fields must be in CSV by default, and what timezone + date range should the weekly job use? I think we should. - Use token-based auth and keep all creds/endpoints in a .env + config file, so you can swap safely without code changes. - Make the uploader retry-safe with temp files and atomic rename, plus exponential backoff to handle flaky FTP. Lets follow a plan like this. - I create a small Python CLI that reads a single config (date range, endpoints, fields, FTP path, file name pattern) and logs to file/stdout. - I call Jelastic billing APIs, normalize fields, and write a clearly-formatted CSV; I validate sums and types before save. - I add robust FTP/SFTP upload with retries; I log success/fail with timestamp, file name, and API status codes. - I deliver source with inline comments, a redacted sample config, a 1‑page cron/systemd guide, and prove it on your staging. May I know if you are the project owner or part of the direct client team? I usually work directly with the customer and dont engage via agents. Thank you for understanding.
$250 USD in 5 days
7.0
7.0

Hello, With 4 years of experience in Automation, PHP, and Software Development, I am confident in providing a solution for your project. I understand your requirement for automating Jelastic billing exports. I will develop a script in Python or Bash to interact with the Jelastic API on a Linux VM, generating CSV files of the usage rates and billing costs which will be sent to your FTP server. The script will include a configurable separate file for credentials and endpoints, along with logging for troubleshooting purposes. I have expertise in Python, Linux, Software Development, API, and Automation. Let's discuss further details in the chat. Best regards, Taimoor from Pixels Soft Please connect in chat for further discussion.
$199 USD in 7 days
6.6
6.6

Good evening. I'll build a Python script that authenticates with the Jelastic API, pulls your weekly usage and billing data, formats it into clearly structured CSV files, and uploads them automatically to your FTP server, with all credentials and endpoints kept in a single editable config file and timestamped success/fail logging included. Deliverables cover commented source code, a redacted sample config, a one-page cron/systemd setup guide, and a verified test CSV from your staging account. Any specific Jelastic environment or FTP folder structure I should match from the start?
$80 USD in 5 days
6.5
6.5

Hello! I will create a PHP script to scrape data you need Please provide the details I have extensive experience in writing PHP scripts for data scraping Please see my reviews for reference.
$200 USD in 2 days
6.6
6.6

With an extensive background in PHP and Python, I am deeply familiar with the type of work your project entails. I have successfully worked on similar automation tasks with services such as Jelastic's API and have a clear grasp of how to deliver the functionality you need, respecting your requirement for a configurable, hassle-free system. My team and I implement clean coding standards in all our projects, ensuring that systems we build are secure, reliable, and easy to maintain. This would be especially crucial for your endeavor, where you need to be able to modify certain parameters without having to dig into the codebase each time. Our output will include comprehensive inline comments in the source code, a well-documented setup guide with various scheduln indicators of success/failure in the logs. Finally, as part of our thorough professional strategy, I will provide a sample config file(redacted values), a one-page setup guide showing cron or systemd scheduling for weekly runs, and most importantly a test CSV produced from your staging account that is will automatically be uploaded to your specified FTP folder. This will provide concrete proof that your project works as expected before concluding our engagement. All in all, my team and I are experienced, professiona
$150 USD in 10 days
6.9
6.9

Hi There! I specialize in API automation and backend scripting with over 9 years of experience building reliable Linux-based workflows for billing, data exports, and cloud integrations like Jelastic. Here's how I can help: 1. Build a Python/Bash script integrating Jelastic API to fetch weekly usage and billing data 2. Generate clean, structured CSV exports with configurable formats and naming rules 3. Set up secure external config for credentials, endpoints, FTP details, and date ranges 4. Implement logging, error handling, and automated FTP upload via cron/systemd I understand you need a fully automated, production-ready billing pipeline that runs reliably on schedule and is easy to maintain. Quick questions: Do you already have API access tokens ready, and should the CSV follow a specific billing breakdown format or just raw usage + cost?
$140 USD in 7 days
6.1
6.1

Hi, I can build a lightweight scheduled script that connects to your Jelastic cloud account, retrieves weekly usage and billing cost data, exports clean CSV files, and uploads them automatically to your FTP server. I have strong experience with Python, Bash, Linux automation, REST APIs, FTP transfers, config-driven scripts, cron scheduling, and logging. I would recommend Python for this because it will keep API calls, CSV formatting, error handling, and FTP upload logic clean and easy to maintain. The script will keep credentials, endpoints, date ranges, FTP path, and filename patterns in a separate editable config file, with no need to modify code for routine changes. It will also include basic logs for timestamp, status, generated filename, upload result, and any errors encountered. You will receive the commented source code, redacted sample config, setup guide for cron or systemd, and proof of a successful test CSV upload from your staging account. Best, Justin
$1,000 USD in 7 days
6.1
6.1

Hi There!!! ★★★★ ( Automated weekly Jelastic billing export system with API integration, CSV generation & FTP delivery on Linux ) ★★★★ I’ve carefully reviewed your project and understand you need an automated script that logs into Jelastic, fetches billing and usage data weekly, generates structured CSV reports, and uploads them to your FTP server. The solution must run headlessly on Linux with configurable settings and reliable logging for monitoring success and failures. ⚜ Jelastic API integration & authentication ⚜ Python/Bash automation scripting ⚜ CSV generation & data formatting ⚜ FTP upload automation ⚜ Cron/systemd scheduling setup ⚜ Config-driven architecture (no hardcoding) ⚜ Logging & error tracking system I have experiance building automation scripts for cloud APIs and Linux environments, including scheduled data exports and reporting pipelines. My approach will be to build a clean Python-based solution (or Bash if preferred) with a separate config file for credentials, endpoints, and file settings so everything is easily adjustable without touching code. I will also include proper logging, cron setup instructions, and a test run validation to ensure the CSV output and FTP upload work exactly as expected. Warm Regards, Farhin B.
$110 USD in 10 days
6.5
6.5

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in software development, particularly in scripting and automation with Python and Bash. I focus on clean code, scalability, and clarity, ensuring your project runs smoothly from development to deployment. I will create a script that signs into your Jelastic account, retrieves the necessary billing data, formats it into CSV files, and uploads them to your FTP server. I’ll ensure the credentials are in a config file for easy updates and include logging features for tracking. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify: 1. Do you have existing credentials and FTP details? 2. Are there specific logging formats you prefer? 3. What is the preferred folder structure for storing the CSV files? Let’s discuss over chat! Could you clarify if you have existing credentials and FTP details? Regards, Arpit Jaiswal
$155 USD in 25 days
7.1
7.1

Hello, I will develop a script that will sign in to your Jelastic cloud account each week, pull the latest usage rates and billing cost, write them into clearly formatted CSV files, then drop those files onto your FTP server. Let's chat and discuss this project in more detail. I am looking forward to working with you, Fahad.
$100 USD in 1 day
5.6
5.6

Hello, I can build your automated Jelastic billing exporter that runs weekly on a Linux VM and handles the full pipeline end to end. I will use Python with a clean config-driven structure so all credentials, endpoints, date ranges, and FTP paths can be changed without touching the code. The script will authenticate with the Jelastic API, fetch usage and billing data, transform it into structured CSV files, and upload them automatically to your FTP server. I will include proper logging with timestamps, success/failure status, and file tracking for easy debugging and audit history. The solution will be fully headless and designed to run via cron or systemd on a weekly schedule. You will receive a sample config file, well-commented source code, and a simple setup guide for deployment. I will also generate a test run using your staging account and confirm the CSV output and FTP upload are working correctly before final handover. The system will be flexible so you can adjust file naming, date ranges, and export settings easily through configuration only.
$140 USD in 7 days
5.4
5.4

Hello, get a free sample I understand that you want a script that signs in to your Jelastic cloud account, pulls the latest usage and upload it to your ftp server It's my pleasure that I do your project I have some good ideas for you Please contact me to discuss more Thank you so much
$140 USD in 4 days
5.4
5.4

Hello, I hope you're well. I'm an automation and Python/Linux expert with a proven track record building headless pipelines that talk to cloud APIs, securely manage credentials via separate config files, and produce clean CSV exports. I design maintainable scripts that pull weekly usage data, write clearly formatted CSVs, and drop them to an FTP server with reliable logging for success/fail, timestamp, and file name. In similar projects I built Python-based exporters using API clients, structured logging, and modular config-driven parameters (endpoints, credentials, date ranges, FTP paths). The solution is easy to customize, toggle date range, file name pattern, and FTP path from config without touching code, and it includes inline documentation and a sample redacted config. I can deliver a ready-to-run weekly export, including a test CSV from your staging account and an automated FTP upload. I’ll provide a brief one-page setup guide for cron or systemd and ensure the job runs on schedule. Best regards, Billy Bryan
$250 USD in 5 days
5.1
5.1

Porto Alegre, Brazil
Payment method verified
Member since Mar 23, 2020
$10-30 USD
€8-100 EUR / hour
$30-250 USD
$2-8 USD / hour
₹1500-12500 INR
$10-30 USD
$6-8 USD / hour
$250-750 USD
$2-8 USD / hour
₹10000-150000 INR
$10000-20000 USD
$30-250 USD
£2-5 GBP / hour
$30-250 USD
₹12500-37500 INR
₹1500-12500 INR
$30-250 USD
$25-50 USD / hour
$250-750 USD
$30-250 USD
$250-750 USD