Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 vmix api jobs found

    ...creating a comprehensive fitness platform and am seeking a skilled developer. The platform will primarily be a website, designed in a modern and sleek style, with the following key features: - An AI Chatbot powered by (GPT, Chatbase, OpenAI API) to respond to user queries concerning training, nutrition, and overall health. - An AI-driven personalized workout program that tailors exercises based on individual user data such as age, weight, and personal fitness goals. - A calorie recognition feature that assesses food from photos using AI models like Google Vision API or OpenAI DALL-E. - A choice between three specialized training programs, each with varying levels of intensity and objectives. - A subscription-based payment system designed for clients across Europe, with fu...

    $537 Average bid
    $537 Avg Bid
    62 bids

    We need to fix this Github open source VPN Flutter source code. There are a total of five platform clients that need to be fixed (MacOS, IOS, Android, Windows, Linux). github: Currently, the modified open source code cannot be built normally. The developer needs to check and fix it so that it can be successfully connected to our backend API and run smoothly. Note: The developer needs to have their own Apple Developer account to test it for us, because we do not have a developer account. If you do not have an Apple Developer account, please do not apply for the proposal. Thank you. The front end needs to be modified in the following areas: - All end-platform connection functions must work properly - Add user login function - Originally

    $1086 Average bid
    $1086 Avg Bid
    23 bids

    ...Scraper Utilize the Twitter API to capture mentions of new tokens ($TOKEN_NAME, #TOKEN, etc.). Analyze tweet frequency, engagement (retweets, likes), and influencer participation (>30k followers). Perform sentiment analysis (positive/neutral/negative) to assess the overall sentiment. DexScreener Scraper Retrieve new token trading pairs via the DexScreener API. Collect data on volume, number of trades, and identify sponsored listings. Automatically filter based on trading activity (>100 trades/hour, >20 trades/5 min). Social Media Check ( API) Verify which influencers (≥30k followers) are discussing the token. Determine engagement rates (likes, comments, follower ratio). Aggregate a "Social Hype Score" based on mentions and reach. Security Check...

    $744 Average bid
    Featured NDA
    $744 Avg Bid
    17 bids

    ...widget that transforms raw company names/domains into **executive-ready deal packages** by: 1. **Live API Orchestration** (6+ data sources) 2. **Agentic Prioritization** (custom scoring + auto-tiering) 3. **Context-Aware Content Generation** (10x personalization depth) 4. **Anti-Commodity Outputs** (strategic battle cards, not just emails) --- ### **Inputs** | Field | Type | Example | |-------|------|---------| | **Target Companies** | File Upload (.csv) | `` (Column A: Company/Domain) | | **Battlecard Rules** | Text Area | "Prioritize companies using Salesforce with 100-500 employees" | | **Intensity Level** | Radio Group | Aggressive ▶ Conservative | | **API Keys** | Secure Text Fields | Clearbit, , LinkedIn* | --- ### **Output Struc...

    $125 Average bid
    $125 Avg Bid
    10 bids

    ...Reseller & Contractor Management with pricing tiers, commission tracking, and workflow automation. ✅ Implement AI-Driven Insights to predict inventory demand and improve business decision-making. ✅ Train & Support Staff to ensure smooth adoption of the new system. Ideal Candidate ✔ Proven experience implementing and customizing Odoo ERP ✔ Strong knowledge of Odoo Studio, Python, PostgreSQL, and API integrations ✔ Experience working with wholesale distribution, construction, or contracting businesses ✔ Familiarity with inventory barcoding, multi-warehouse zoning, and real-time stock tracking ✔ Ability to integrate Odoo with Xero, Shopify, and third-party logistics (e.g., Main freight, DHL, Australia Post) ✔ Strong project management and training skills ✔ Problem-sol...

    $8 / hr Average bid
    $8 / hr Avg Bid
    20 bids

    ...tracking, course ratings & reviews. - **Instructor Dashboard:** Monitor sales, manage courses, interact with students. - **Content Moderation & Compliance:** Automated content verification (video and text analysis to prevent policy violations). - **Cloud Infrastructure:** Optimized video storage & streaming via Azure or AWS. #### **Technologies:** - **Backend:** .NET Core (REST API), MSSQL database. - **Frontend:** React.js with for a seamless and optimized experience. - **Storage & Cloud:** Azure Blob Storage for videos, CDN for fast delivery. - **Deployment:** Azure DevOps for CI/CD, hosting on Azure Web Apps. This project will follow an **agile development approach** with well-defined **features and user stories** to ensure effic...

    $4164 Average bid
    $4164 Avg Bid
    81 bids

    ...operation, and deliver the source code. Second milestone (400U) (within 5 days): complete the user panel, ensure smooth operation, and deliver the source code. Third milestone (400U) (within 5 days): complete the personal center, ensure smooth operation, and deliver the source code. Deadline: within 30 days. Total: 1000U. The current front-end technology stack is 3.7+ (Vue 3 Composition API) TypeScript 5.0+ with strict type checking Tailwind CSS 3.4+ with JIT compiler State Management: Pinia (Vuex alternative) Package Manager: pnpm 8.6+ Overall Development Requirements: - Front-End to Back-End Integration: All front-end features must have corresponding back-end operation buttons or management areas, ensuring seamless integration and easy management. - Feature Duplication Qual...

    $707 Average bid
    $707 Avg Bid
    48 bids

    ...custom backend (Node.js, Python, or PHP) to support the product catalog, cart, user authentication, order management, and API integration with the PIM. Create a modular payment endpoint for easy integration with a future payment gateway. 6. Admin Dashboard: Admin interface to manage products (add/edit/remove), variants, prices, images, and inventory. PIM sync should be built into the admin dashboard for easy product updates. Display real-time inventory levels and product data. 7. Security: Use SSL encryption across the site. Ensure PCI-DSS compliance by not handling sensitive payment data directly (use payment gateway redirection or tokenization). 8. Post-launch: Ensure API documentation is clear for integrating the PIM and payment gateway. Test product sync between the PI...

    $369 Average bid
    $369 Avg Bid
    41 bids

    I'm looking for a developer to create an API that uses AI to generate art style pictures from user- provided photographs based on specified artistic styles. User after upload picture, can generate oil paint style picture with different styles Key Features: - Generate unique pictures based on the picture attached and the cloned art style

    $7886 Average bid
    $7886 Avg Bid
    23 bids

    I need a Python expert to help me connect my code with a third-party REST API. Key Tasks: - Implement data submission from my code to the API - Ensure seamless integration and functionality Ideal Skills and Experience: - Proficient in Python - Extensive experience with REST API integration - Strong understanding of data submission processes Looking forward to your bids.

    $4 / hr Average bid
    $4 / hr Avg Bid
    17 bids
    MILESTONE 1
    9 days left

    Stage one - Fix login - Show Hotel Listing from API on home page and hotel rooms - fetch all playform services using api and show on explore tab with filter for service type

    $250 Average bid
    $250 Avg Bid
    1 bids

    1. Understand the Requirements: The project involves: Analyzing daily variances ...for forecasting forecast_data = data[['date', 'activity_metric']].rename(columns={'date': 'ds', 'activity_metric': 'y'}) # Train forecasting model model = Prophet() (forecast_data) # Forecast future values future = model.make_future_dataframe(periods=30) forecast = (future) E)Alert System def send_alert(message): print(f"ALERT: {message}") # Replace with email or SMS API # Check for anomalies threshold = 1.5 # Example threshold if data['daily_variance'].iloc[-1] > threshold: send_alert("Daily variance exceeded the threshold!") 4. Deploy the System Use a cloud platform (e.g., AWS, Azure, GCP) for ...

    $12 / hr Average bid
    $12 / hr Avg Bid
    12 bids

    I'm seeking a WordPress expert to integrate a SOAP API into my website. The API will be used for both retrieving and sending textual data. The integrated search functionality should be displayed on the homepage of the site. Ideal Skills and Experience: - Proficient in WordPress development - Experienced with API & SOAP integration - Strong understanding of handling textual data - Capable of implementing search functionalities on a homepage

    $30 Average bid
    $30 Avg Bid
    43 bids

    ...practices in Shopify theme development and performance optimization. Requirements: Proven experience as a Shopify Developer, with expertise in customizing Focal and Broadcast themes. Strong proficiency in Liquid, JavaScript, HTML, CSS, and JSON. Experience working with Shopify’s API, metafields, and third-party apps. Strong problem-solving skills and attention to detail. Ability to work independently and meet project deadlines. Preferred Qualifications: Experience with Shopify Plus. Familiarity with Shopify’s Ajax API for advanced search functionality. Knowledge of UX/UI best practices for e-commerce....

    $117 Average bid
    $117 Avg Bid
    22 bids

    InPost Plugin Installation & Customization – Without API or Account We are looking for a developer with experience in working with the InPost plugin. The task involves installing and configuring the plugin WITHOUT using an API, integration, or an InPost account. Requirements: Delivery Options & Coverage: Add InPost delivery as a shipping option. Enable shipments from Poland to the following countries: Poland Italy France Belgium Netherlands Luxembourg Spain Portugal Checkout Modifications: Customers selecting InPost delivery should see a popup map to choose a parcel locker. The plugin must detect the customer's location via geolocation or browser language to display the appropriate delivery options. Customers should only be required to provide the follow...

    $139 Average bid
    $139 Avg Bid
    52 bids

    I'm seeking an experienced Laravel developer, with a proven track record of at least 5 live projects, specifically with Laravel and Gmail social login API integration. Freshers, please do not apply. Your application must include links to your live working projects. Key Requirements: - Implementing Gmail social login for user registration, login and password recovery - Integration of other social logins, specifically Twitter and LinkedIn - Building an admin panel with features for user management, content management, and an analytics dashboard Ideal Skills and Experience: - Extensive experience with Laravel - Proven experience with API integration, particularly Gmail, Twitter and LinkedIn - Strong understanding and capability in building comprehensive admin panels

    $19 / hr Average bid
    $19 / hr Avg Bid
    45 bids

    ...install and customize a resume builder script based on the code from this YouTube tutorial: [Insert Link to Video Here]. Project Requirements: Install the provided resume builder script on my server Customize the UI/UX to match my brand Modify resume templates and layout to meet specific requirements Ensure mobile responsiveness and compatibility across devices Implement any necessary backend or API integrations for seamless functionality Optimize the speed and performance of the application Provide basic documentation on how to manage the tool Ideal Candidate: Experienced in JavaScript, React, Node.js, PHP, or Laravel (depending on the script’s framework) Strong front-end and back-end development skills Previous experience working with resume builders or similar projects ...

    $509 Average bid
    $509 Avg Bid
    92 bids

    i am looking for a .net programmer with soap/api knowledge.. The issue is my endpoint is giving me an error so i need to find the source code (i have it somewhere, and to figure out whats wrong) ,, the debugging/finding the source must happend via anydesk

    $29 Average bid
    $29 Avg Bid
    18 bids

    ...solution like AWS, DigitalOcean, or Google Cloud. Database: Relational databases (e.g., MySQL, PostgreSQL) or NoSQL databases (e.g., MongoDB) for storing user data, travel documents, etc. Backend Framework: Common frameworks include: Node.js (Express) for JavaScript-based environments. Django for Python-based environments. Ruby on Rails for Ruby-based environments. Laravel for PHP-based environments. API: RESTful or GraphQL APIs for frontend-backend communication (e.g., retrieving data from the server). b) Core Features User Authentication & Authorization: Secure user login and registration with encrypted passwords (using bcrypt, JWT tokens for session management). Social logins (Google, Facebook) for easier registration. Payment Processing: Integrating with payment gateways...

    $1338 Average bid
    $1338 Avg Bid
    63 bids

    ...Go. Integrate Bundler for wallet management and multi-address generation. API support for blockchain operations (e.g., Etherscan, Solscan). 2. Frontend: Interactive UI using React.js, Angular, or Vue.js. Real-time trading dashboards for monitoring volume, wallet activities, and market analytics. 3. Blockchain Integration: Support for multiple blockchains like Ethereum, Binance Smart Chain, and Solana. Integrate wallets like MetaMask, Phantom, and Trust Wallet. 4. Database: Use a scalable database (e.g., PostgreSQL, MongoDB) to store user profiles, wallet details, transaction history, and coin analytics. 5. Security: Implement robust security practices such as wallet encryption, anti-bot measures, and API key protection. Regular audits of smart contracts and bu...

    $1491 Average bid
    $1491 Avg Bid
    11 bids

    I'm seeking a skilled developer to convert my existing React dashboard application into Svelte 5. The project primarily involves replicating the UI and its functionality without the need for backend integration. Key Requirements: - Full replication of UI styling and functionality from React to Svelte 5 - Kno...its functionality without the need for backend integration. Key Requirements: - Full replication of UI styling and functionality from React to Svelte 5 - Knowledge of Svelte 5 and React is essential - Attention to detail to maintain the same visual design - Experience with dashboard development is a plus Please note, the project is a prototype. There's no need to implement user authentication or API integrations. The main focus is a precise conversion of the UI an...

    $2155 Average bid
    $2155 Avg Bid
    83 bids

    ...checklists, or patient notifications). AWS S3 (for document storage): Store patient documents (medical records, prescriptions, test reports) securely in AWS S3 buckets, using appropriate access policies to ensure data privacy. API Design: RESTful APIs: Design REST APIs for key functionalities such as: Patient registration and management (create, update, delete health portfolios) Appointment scheduling with hospital systems Patient health record sharing via QR code or Patient ID Laboratory test ordering and result tracking Pharmacy integration for ordering medicines online FHIR API Integration: Integrate FHIR (Fast Healthcare Interoperability Resources) standards for easy data exchange with external systems like hospital management platforms or laboratory systems. Authe...

    $4189 Average bid
    $4189 Avg Bid
    97 bids

    Overview Seeking a highly experienced Full Stack Python Developer with DevOps expertise who excels in fast coding, high-performance deployments, and scalable solutions. The ideal candidate is proficient in ...performance, query tuning, caching (PostgreSQL, MySQL, Redis). Troubleshoot production issues, improve system reliability. Collaborate with teams for agile development, fast iterations. Skills & Requirements Python, Django, Flask, FastAPI, React, Node.js, TypeScript, REST, GraphQL, Microservices, Docker, Kubernetes,AWS, GCP, Azure, CI/CD, Jenkins, GitOps, Ansible, PostgreSQL, MySQL, NoSQL, WebSockets, API Gateway, Performance tuning, Monitoring, Security best practices, System design, Fast debugging, Rapid coding project length -6 months+ Experience - 5+ Years Work ti...

    $661 Average bid
    $661 Avg Bid
    22 bids

    ...(Microsoft Dynamics 365 Business Central) and be able to assist with system maintenance, troubleshooting, API integrations, and automation (Power Automate/Azure Logic Apps). Key Responsibilities: ✅ Provide technical support for Wiise ERP, including troubleshooting system issues ✅ Assist with API integrations (e.g., Shopify, Tasklet, Power Automate) ✅ Support system administration, configurations, and backend maintenance ✅ Identify and resolve data inconsistencies, batch processing errors, and stock movement issues ✅ Assist in training and documentation for internal teams Required Skills & Experience: ? Proven experience with Wiise (Microsoft Dynamics 365 Business Central) ? Strong knowledge of API integrations, Power Automate, and Azure Logic Apps ? Experience...

    $26 / hr Average bid
    $26 / hr Avg Bid
    5 bids

    I'm looking for a seasoned freelancer ...project entails automating various processes and gathering information through integrations with OpenAI, Unsplash, and other necessary connections. Key Responsibilities: - Automate processes involving data collection, task management, and image generation from information - Integrate and automate workflows with OpenAI, Unsplash, and other API connections - Utilize OpenAI for text generation Ideal Candidate: - Proven experience with N8N workflows and API integrations - Excellent understanding of automation processes - Passion for enhancing operational efficiency through technology If you possess the required skills and experience and have a knack for automation, I would love to hear from you. Your expertise could significantly e...

    $79 Average bid
    $79 Avg Bid
    11 bids

    More details: What is the main source of the data you want to scrape? API Which website do you need to scrape data from? E-commerce site Which specific data do you need to scrape from the e-commerce site? Product details, Pricing information

    $147 Average bid
    $147 Avg Bid
    88 bids

    ...Panel is a web-based dashboard for dispatchers to manage trip scheduling, track drivers, and monitor payments. Core Features: ✅ Trip Management • Manually add/edit trips or bulk upload via Excel/CSV. • Automated trip assignment based on driver availability & location. • Live trip modifications (e.g., change pickup times, cancel trips). ✅ Automated Route Optimization • Uses Google Directions API to generate optimized routes. • Real-time traffic adjustments to reduce delays. • Supports multi-passenger trips (patients traveling in the same direction). ✅ Driver Monitoring & Tracking • Live GPS tracking for active drivers. • View driver workload & trip acceptance rates. • Send manual trip reassignment notifications ...

    $1643 Average bid
    $1643 Avg Bid
    163 bids

    I'm looking for a skilled PHP developer to create a dynamic, sporty-styled website that showcases real-time cricket match details using a cricket API key. Key Features: - Display of real-time cricket scores, player stats, point tables, match summaries, and series information - Live commentary - Player profiles - Match highlights The design should be sporty and dynamic, appealing to cricket enthusiasts. User authentication is not required for this project. Ideal Skills: - Proficiency in PHP - Experience in designing dynamic, sporty websites - Familiarity with integrating API data into website displays - Ability to create engaging, real-time content on a website Please include examples of previous similar projects in your bid.

    $278 Average bid
    $278 Avg Bid
    26 bids

    ...transcriptions, and API access. The system should integrate with Dialpad (via API or Zapier) to automatically process calls. **Ideal Solution:** - A custom AI model (or integration with an existing AI tool) that can evaluate conversations and assign scores. - A dashboard or automated reports where managers can review agent performance. - The ability to adjust scoring criteria as needed. **Deliverables:** - Fully functional AI-based call grading system. - Integration with **Dialpad & Zapier** for automation. - Scorecard template or dashboard for agent evaluations. - Documentation on how the system works and how to adjust grading criteria. **Who Should Apply:** - Developers experienced in **AI/NLP (Natural Language Processing)** and speech anal...

    $1129 Average bid
    $1129 Avg Bid
    86 bids

    I'm looking for an experienced C++ developer to assist me in setting up a local API command line within my C++ project in Visual Studio. Key Tasks: - Update my console application to display live activity logs in plain text format. - Ensure the logs are exclusively shown on the console output. Ideal Skills: - Proficiency in C++ and Visual Studio. - Previous experience with API setup. - Knowledge in creating console applications. - Ability to format logs in plain text. I'm seeking a freelancer who can understand my requirements and deliver a console application that effectively displays live activity logs.

    $23 Average bid
    $23 Avg Bid
    5 bids

    ...ports in reverse proxied servers iptables tables. - manage server ( overview transcoding server, change ports for streaming, rtmp/hls/http etc), see if reverseproxy is installed, show reverseproxy ip adres, possible change main server ip adress, reinstall reverseproxy - nginx settings / possible restart nginx/ change streaming ports /rtmp ports/ etc / admin pass change - firewall block, maxmind api, geo block, country block, lock user to X country connect, user log activity (invalid creds, blocked logs, bruteforce attacks, block single ip, block subnet) - Overview blocked ips, Overview Whitelisted ip adresses/add/delete Stream Checkker, Connection Checker in C++ communicate realtime with frontend dashboard - means check, if user restreamer, check user max allowed logins (op...

    $150 Average bid
    $150 Avg Bid
    38 bids

    User-Facing Features - Food Ordering System - Digital menus with customization options - Order placement and real-time tracking - Push notifications for order progress - Age verification for alcohol purchases - Loyalty program and p...advertisements from local businesses - Donations and Fundraising - Direct donation features for programs and initiatives - Periodic fundraising campaigns Additional Integrations - Campus Meal Plans Integration - Payment integration with meal plans - Local Business Partnerships - Exclusive promotions and loyalty rewards - Expanded service offerings from local vendors - API and System Integrations - Seamless data synchronization with existing systems - Standardized APIs for external service in...

    $14255 Average bid
    $14255 Avg Bid
    36 bids

    We are seeking an experienced web developer to design and build a B2B wholesale webshop for the landscaping industry in the UK. This is a key project for our business, and we are looking fo...project for our business, and we are looking for someone who can deliver a high-quality fully deployed solution on time and within budget. We're looking to minimise the use of plugins to help optimise and secure the website. The webshop will use WooCommerce and B2B King to manage core functionality and will integrate with a supplier APIs, providing 20,000 products. Key Features & Requirements: API Integration: Pull product data from two overseas suppliers' APIs. Filter and clean the data to ensure only relevant products are displayed. Ensure real-time synchronisation or regula...

    $573 Average bid
    $573 Avg Bid
    126 bids

    I'm looking for a mobile CRM focused primarily on lead management. This application needs to be built specifically for iOS. Your responsibilities will include: - Designing and developing a user-friendly mobile CRM application - Implementing effective lead management features - Ensuring compatibility with iOS The ideal candidate for this project should have: - Proven experi...Implementing effective lead management features - Ensuring compatibility with iOS The ideal candidate for this project should have: - Proven experience in mobile application development, specifically for iOS - Previous work on CRM systems, particularly with a focus on lead management - Strong understanding of user experience and interface design for mobile applications. - Working with data from Xero api ...

    $627 Average bid
    $627 Avg Bid
    86 bids

    This project involves completing functionalities for an ongoing backend and frontend integration. Here are the main tasks: 1. Ensure correct data fetching and integration in various React components (, , etc.). 2. Validate all API interactions within the backend endpoints. 3. Implement proper loading states, error handling, and session persistence. 4. Finalize reports and exportation features with necessary filters. 5. Conduct thorough testing for all implemented functionalities. 6. Ensure consistency in code quality and maintain appropriate documentation. 7. Complete any remaining frontend-backend integration identified during review. Ideal Candidate: - Familiar with React.js for frontend development. - Experienced in Node.js, Express,

    $201 Average bid
    $201 Avg Bid
    25 bids

    ...with full details ✅ WooCommerce payment integration is handled by our team Developers are free to use any plugins, APIs, or custom solutions to achieve the best results. The project must be completed by Friday. ? Features Required: 1️⃣ Shipping Address & Contact Details Customers must enter: Sender details: Name, email, phone number Recipient details: Name, email, phone number Google Places API integration (or a similar module) for address auto-completion. 2️⃣ Package Weight Selection Customers must select the weight of the package from predefined options: 1 kg 2 kg 5 kg 10 kg 20 kg Once chose a weight the user should be displayed the value of the order. 1KG: 12€ 2KG: 14€ 5KG: 16€ 10kg: 18€ 20kg: 20€ Only weight matters (package dimension...

    $195 Average bid
    $195 Avg Bid
    67 bids

    Real-Time Data Retrieval: The Python system will connect to the Binomo API to retrieve real-time data for candles (candlesticks) and available assets, with special focus on Crypto IDX assets. This system will extract relevant data such as opening price, closing price, high, low, and volume for each candle, and store it in a .json file for later analysis. Data should be continuously collected and stored in real-time to feed other processes or analyses. The system must handle multiple assets simultaneously. Automated Trading Bot: The automated trading bot will execute trades based on external signals indicating whether the market is bullish or bearish. The bot will read these signals (e.g., Fecha....., alcista,....) and execute the corresponding trades on the Binomo platform. Additio...

    $110 Average bid
    $110 Avg Bid
    17 bids

    ...reallocation). Generation of reports. Handle contextual questions (e.g.: "Why did the CPC go up yesterday?"). Integrations with External APIs: Google Ads API: Fetch campaign data, adjust bids. Meta Business Suite: Collect engagement metrics. Google Analytics: Extract conversion data. Data Analysis and Machine Learning: Cross metrics (e.g.: CPA + LTV) to identify opportunities. ML model to predict trends (e.g.: seasonality). Generate proactive alerts (e.g.: "CPA above expected in Campaign Y"). Security and Compliance: End-to-end encryption. OAuth 2.0 authentication for APIs. LGPD compliance. Proposed Architecture: Frontend: WhatsApp Business API (receives/processes messages). NLP Layer: Processes the query and extracts intent/parameters. Backend: Query ...

    $1124 Average bid
    $1124 Avg Bid
    46 bids

    ...Screentime API and Family Controls. This app involves tracking usage, implementing parental controls, and setting up app restrictions. I'm seeking a seasoned Swift developer who can help troubleshoot coding issues and assist with the setup of specific code segments on a pay-per-query basis. Key Areas of Focus: - Usage tracking: I need guidance on how to implement this feature and help troubleshooting any issues that arise. - Parental controls: I require assistance with feature implementation and bug fixing. - App restrictions: I'm looking for an expert to help optimize performance and address any potential coding issues. Ideal Candidate: - You must be an expert in Swift, with extensive experience in Xcode and iOS development. - Prior experience working with the Screen...

    $186 Average bid
    $186 Avg Bid
    32 bids

    I'm seeking a seasoned de...The bot should execute trades based on signals derived from technical indicators. - Risk Management: Incorporate robust risk management features to protect investments. - Trade History Logging: Maintain a comprehensive log of all trades for analysis and review. - Automatic Compound: The bot should automatically reinvest profits for compound growth. Ideal Skills and Experience: - Proficiency in API integration with Quotex and Pocket Option. - Extensive knowledge of binary options trading and technical indicators. - Experience in developing risk management features within trading bots. - Ability to create a reliable trade history logging system. - Familiarity with automatic compounding in trading bots. Please provide evidence of similar past project...

    $113 Average bid
    $113 Avg Bid
    16 bids
    NFC Application
    6 days left
    Verified

    ...The page displays authentication details such as a unique identifier, verification status, and additional metadata. 4. Secure Backend & Database • Multi-tenant database architecture (either shared DB with tenant IDs or separate DBs per tenant). • Secure storage of item records, unique NFC tag data, and verification logs. • Admin access to add, update, and deactivate authentication records. • API/webhook support for potential integrations. . Simple Audit Log/Report of Each Tag Activation 5. Security & Compliance • Encryption & hashing for NFC tag data storage and transmission. • Rate limiting to prevent automated scanning abuse. • Audit logs for admin and user actions. • Secure authentication via JWT or O...

    $7717 Average bid
    $7717 Avg Bid
    100 bids

    I'm developing a warehouse application for sellers on m...provide guidance for the integration of various APIs. Key Responsibilities: - Help register a developer account on my behalf. - Understand and outline the API structure for the integration. - Assist in integrating APIs to read sellers' sales and return info, update shipping status, and sync the warehouse inventory with the sales platforms. Ideal skills for this project include: - Proficiency in API design and integration. - Experience with the aforementioned sales platforms. - Ability to register accounts and understand API authentication methods such as OAuth, API Key, and JWT. Freelancers who can provide a comprehensive understanding of API integration, and have experience with multi...

    $122 Average bid
    $122 Avg Bid
    19 bids

    ...rank and points with the command /leaderboard. The leaderboard should show rankings by: Overall Points. Weekly and Monthly Rankings. 6. Notifications & Updates: After each match, the bot will automatically update the users’ points based on the match results. The leaderboard will be updated as soon as the points are calculated. Additional Features: The bot should be able to fetch match data from an API or a website (for team performance, player stats, runs, wickets). Ensure that the bot can handle multiple users interacting with it at the same time. The bot should be simple to use with clear instructions for each step...

    $182 Average bid
    $182 Avg Bid
    29 bids

    I'm seeking a skilled professional to assist me with my Coinbase Wallet. I have Bitcoin (BTC) in my account, and I need to transfer it all to another wallet I will provide. Key Tasks: - Assist with the API setup for automated transactions - Ensure a smooth and secure transfer of funds - Provide guidance on best practices for crypto transactions Ideal Experience: - Extensive knowledge of Coinbase Wallet - Proven experience with Bitcoin transactions - API setup and automation expertise - Strong emphasis on security and best practices in crypto management

    $20 Average bid
    $20 Avg Bid
    16 bids

    I'm looking for a professional with experience in XML/ATS integration between indeed and GoHighLevel automation. The project is divided into three phases: 1st Phase: - Enable the XML/ATS integration on Indeed. - Generate an XML feed URL for my job postings. - Create a new API connection in GoHighLevel. - Configure the API connection to receive Indeed's XML feed. - Map Indeed's XML fields to GoHighLevel's contact fields. 2nd Phase: - Connect my Indeed account to the Integration App. - Connect my GoHighLevel account to the Integration App. - Create a new automation that triggers on a new applicant in Indeed and adds this contact to the GoHighLevel pipeline. - Configure the automation to map Indeed's applicant fields to GoHighLevel's contact field...

    $1330 Average bid
    $1330 Avg Bid
    111 bids

    I'm looking for a talented developer to help me create an algorithmic trading system in Python. This will integrate with the Arham Share Pvt Ltd broker's API and have both front-end and back-end components. The front-end will include: - A dashboard which provides real-time updates and performance analysis - A trade history component The ideal candidate for this project should: - Have extensive experience with Python and algorithmic trading - Be familiar with the Arham Share Pvt Ltd broker's API - Have strong skills in front-end development, particularly in creating interactive, real-time dashboards I am located in Mumbai - Malad and would prefer to work with someone local for ease of communication and collaboration.

    $618 Average bid
    $618 Avg Bid
    7 bids

    I'm seeking a seasoned Java Developer to create a Spring Boot application. The application should demonstrate the functionality of a Finite State Machine (FSM), integrating with external API calls to trigger state transitions. Key aspects of the project include: - **Using Java Database**: The application should save the state to a Postgres database and restore it for continued execution. Proficiency in database integration is crucial. - **State Management**: The successful candidate will need to implement and manage a FSM, showcasing their solid understanding of this state management pattern. This project is a fantastic opportunity for an individual with strong Spring Boot skills and experience in working with state machines. You should also have a knack for database integrat...

    $149 Average bid
    $149 Avg Bid
    27 bids

    I'm looking for a professional to integrate the payment gateway into my handyman app which is a flutter and Laravel codecanyon script. Key Requirements: - Proficiency in Flutter and Laravel - Experience working with the codecanyon scripts - Prior experience with PayFast API integration is a plus - Understanding of payment gateways and their functionalities The app's payment handling requirements are not fully defined yet, but it needs to be flexible for both one-time and recurring payments in the future. Additionally, the payment gateway should be capable of managing transactions for both customers and service providers. Your bid should reflect your skills and experience relevant to this project. Please include examples of similar projects you've completed in th...

    $144 Average bid
    $144 Avg Bid
    21 bids

    ? Project Description: I run a digital marketing platform for supermarkets that manages clients' Facebook and Instagram pages, similar to MLABS. Currently, the process of linking client accounts to my Meta Business is manual and complex, requiring remote access and several cumbersome steps. I need a developer experienced in Meta Business API to create a streamlined authorization system. The goal is for the client to receive a personalized link, log into their accounts, and authorize my platform to manage their page, Instagram, and WhatsApp—without requiring remote access. ? Project Requirements: Develop a simple and intuitive authentication flow for the client. Enable authorization for: ✅ Managing Facebook Pages and Instagram accounts. ✅ Creating and publishing posts a...

    $19 / hr Average bid
    $19 / hr Avg Bid
    50 bids