Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python twisted ldap hittade uppdrag

    Hej, Jag har en idé om en multiplayer sudoku spelapp. Jag har fått offerter på 25000 usd för att utveckla spelet men jag vill inte satsa dessa pengar. Jag vill istället skapa spelet själv, men saknar kompetens att göra det. Jag har erfarenhet av programmering i Python, men inte spel. Jag vill ha någon som sätter upp en arbetsplan, där varje steg beskrivs, därefter ger mig viss guidning för att komma genom varje steg. Jag vill alltså både utveckla spelet och lära mig att utveckla själv. Jag behöver någon med erfarenhet av att utveckla multiplayer-spel (design kommer vara relativt enkel) för iphone/android. Dessutom villig att lära ut (skicka länkar/tips på litte...

    $17 / hr Average bid
    $17 / hr Snittbud
    2 bud
    Project for Raja S.
    Avslutades left

    Hej, har ett pågående projekt. Vi har kört fast så skulle behöva ett andra öga på projektet. Innefattar python, flask, webscraping.

    $45 / hr Average bid
    $45 / hr Snittbud
    1 bud

    Uppgiften är att bygga en slumpgenerator i programmeringsspråket python i miljön google colab. Slumpgenreatorn ska kunna läsa in information(i det här fallet namn ifrån ett google spreadsheet och slumpa ut dem här namnen i basgrupper(6 basgrupper, 6 i varje grupp, där vissa grupper blir färre personer) i spreadsheatet. Så alla basgrupperna och elever får bra placeringar. progrmmaet ska och kunna t.e.x slumpa om placeringar och basgrupper i klassrummet om man vill det. Jag kanske inte har förklarat uppgiften så väl, så jag kan enkelt bara dela instruktionerna där allting är väl skrivet så ni får en ökad förståelse för uppgiften.

    $248 Average bid
    $248 Snittbud
    2 bud

    Hemsida ska ta in en del information från användare och spara de i databas. I hemsidan kan man se hela tabellen i databasen och kan ändra om man vill. Man kan även lägga in nya rekord i databasen. I python programmet som jobbar på bakgrunden skulle jag kunna läsa in de värdena från databasen och föra till en algorithm som är också skriven i python.

    $181 Average bid
    $181 Snittbud
    2 bud

    Jag jobbar med att sälja plåt och vi skickar certifikat till våra kunder på stålet, jag skulle vilja ha en portal där de kan söka efter certifikatet och ladda ner pdf filen på egen hand. Se länk nedan på liknande lösning. Jag vill kunna lägga upp pdf filerna antingne på onedrive eller köra ftp mot en server. Vi har redan en server som kör lite python grejer så den kan säkert användas för att placera detta i. Vår hemsida är och den är byggd med wordpress.

    $1097 Average bid
    $1097 Snittbud
    9 bud

    ITSM Delivery söker Integrationsutvecklare för vår kund. Krav: Java Scala Python R Biztalk Erfarenhet av IBM MQ-server och Biztalk som meddelandesystem att integrera till. Erfarenhet av att bygga near-realtime-instrumentpaneler för att stödja affärsverksamheten. Målet är att använda Spark streaming. Erfarenhet - 6 år. Start: augusti, 2019 Ort: Stockholm / Solna Vi erbjuder: Mycket kreativ och dynamisk miljö, vilket ger en hälsosam professionell utmaning till proffs. Långsiktiga projekt och mysig atmosfär. Det här är ett heltidsjobb i Stockholm, ingen frilansmöjlighet. Ta gärna kontakt med mig för mer information.

    $53 / hr Average bid
    $53 / hr Snittbud
    3 bud
    Uppehåll av hemsida
    Avslutades left

    Hjälp med kontroll av hemsida. Program som används. MongoDB SailsJS Elastic Search Python MVC - generellt API

    $402 Average bid
    $402 Snittbud
    2 bud

    sKils: -Docker Hub -Git -Python -Django -AWS -Redis -S3 -NodeJS -Go

    $17 Average bid
    $17 Snittbud
    9 bud
    Web development
    Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 Average bid
    $555 Snittbud
    1 bud
    Software in Python
    Avslutades left

    Good programming skills

    $30 Average bid
    $30 Snittbud
    1 bud
    Programmering i Python
    Avslutades left

    Hej, Kolla bifogade filer för ytterligare information! Mvh t1f0

    $50 - $50
    $50 - $50
    0 bud

    Hej, har du möjlighet att hjälpa mig med tre deluppgifter i Python? Ämnet är, som nämns i rubriken, sortering och sökning. Deadline fredag 8.5.2015 kl. 22:00 Information om projektet finns bifogat som filer. Med vänlig hälsning, t1f0

    $30 - $30
    $30 - $30
    0 bud
    Vigenerechiffer Python
    Avslutades left

    Uppgift 1: Din uppgift är nu att skapa ett program med vilket du kan kryptera och dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på ...

    $15 Average bid
    $15 Snittbud
    1 bud

    for och sekvenser (python) 1) Skriv ett program som tar hand om röstberäkningen i ett val. Kandidaterna numreras 2-7, och vi lagrar varje kandidats sammanlagda röstantal i en lista (rösterna för nr. 2 ska lagras i position 2, rösterna för nr. 3 i position 3 etc). Tänk noga på hur stor lista du behöver! Varje element ska 0-ställas innan man börjar mata in de enskilda rösterna (ingen valfusk här!). För övningens skull antar vi att antalet röstberättigade är 10 personer, av vilka alla röstar (men de kan rösta blankt eller ge proteströster, så varje given röst måste kontrolleras!). Sist ska varje kandidats röstantal skrivas ut 2) För att göra r...

    $15 - $15
    $15 - $15
    0 bud

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $155 Average bid
    $155 Snittbud
    1 bud
    Programkurs att göra
    Avslutades left

    hej jag en kurs programmering( python ) som är databaserad och behöver hjälp med. Det är för nybörjare . Pris kan vi komma överens om . hör av dig så fort som möjligt Med vänlig hälsning,

    $150 Average bid
    $150 Snittbud
    1 bud
    uppgift python
    Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $27 Average bid
    $27 Snittbud
    2 bud
    Skriv lite programvara
    Avslutades left

    Programmeringsspråk: Openwrt (ev. kan Python vara möjligt) Plattform: Carambola2 Applikation: Vid power-on ska enheten kolla GPIO pinnar, koppla upp mot ett av några förutbestämda WiFi-nät och skicka ett e-post och sedan göra sig beredd på power-down. Slutapplikationen är olika, men enkla och ska helst kunna skrivas i ett ANSI-C program som kallar på det som beskrevs ovan, Alternativt en kort intensivkurs att programmera slutapplikationen i Openwrt. WiFi inställningar, e-postadress, e-posstmeddelande och ev. övriga inställningar ska kunna konfigureras via t.ex. USB från en PC (Teraterm duger). Om möjligt vore det bra att kunna ändra dessa inställningar genom att t.ex. skicka e...

    $29 - $245
    $29 - $245
    0 bud

    Jag har pågående arbete relaterat till vårat tidigare projektpython programming'

    $20 / hr Average bid
    $20 / hr Snittbud
    1 bud
    uppgift python
    Avslutades left

    olika delmoment: Kodskelett Innan programmet skrivs ska en specifikation i form av ett kodskelett lämnas in. Syftet är att du ska tänka igenom problemet innan du försöker lösa det. Prototyp När ditt kodskelett har blivit godkänt så är det dags att börja arbeta med en prototyp av programmet. En prototyp är en första körbar version av programmet som innehåller den mest grundläggande funktionaliteten. Syftet med att lämna in en prototyp är att vi ska kunna ge tips och råd om förbättringar och ändringar redan innan programmet är helt klart. Beskrivning av upgiften: Varudeklaration: Filhantering. Str¨anghantering. Hantering av datastrukturer samt s¨ok...

    $17 - $143
    $17 - $143
    0 bud

    I'm seeking experienced, Spanish-speaking trainers who can teach my team about Python programming basics, machine learning algorithms, and JavaScript frameworks. The primary goal of these training sessions is to prepare my team for an upcoming web development project. Key Requirements: - Proficiency in Python, machine learning, and JavaScript. - Previous experience in web development. - Excellent teaching skills, particularly in a technical context. - Ability to communicate effectively in Spanish. - Prior experience training for project-specific skills desired. Your expertise will help ensure my team's readiness for this project.

    $21 / hr Average bid
    $21 / hr Snittbud
    19 bud

    ...modelos y herramientas avanzadas para optimizar procesos y obtener insights a partir de nuestros datos. Responsabilidades: Asesorar en la definición y priorización de casos de uso de IA/ML para la banca. Apoyar en la creación, validación e implementación de modelos predictivos y análisis avanzado de datos. Brindar orientación en el uso de herramientas y lenguajes de programación relacionados (Python, R, SQL, etc.). Facilitar la transferencia de conocimientos a nuestro equipo interno mediante sesiones de mentoría. Proponer las mejores prácticas y metodologías en proyectos de IA/ML adaptadas al sector financiero. Requisitos: Experiencia demostrable en la implementación de proyectos de IA/ML (se v...

    $18 / hr Average bid
    $18 / hr Snittbud
    14 bud

    ...simulation workflows: Trigger OTP requests. Send spoofed messages mimicking trusted entities. Display received OTPs for demonstration purposes. Ensure secure and ethical handling of all data within the tool. Deploy the web application on a cloud hosting platform (e.g., AWS, Heroku). Requirements: Proven experience with Twilio API integration (SMS and Voice). Expertise in backend development using Python (Flask/FastAPI) or Node.js. Familiarity with web hosting platforms like AWS, Google Cloud, or Heroku. Knowledge of handling webhooks and asynchronous processes. Ability to use regex or similar tools for parsing OTPs from incoming SMS messages. Optional: Experience with caller ID spoofing tools or APIs for simulation purposes. Project Scope and Deliverables: Web-Based Interface: An...

    $21 / hr Average bid
    $21 / hr Snittbud
    28 bud

    I need a Python program for a project involving a RealSense camera, a Dobot robotic arm, and an ArUco marker. The camera will be mounted on the head of the robot and should detect and track the ArUco marker in real-time. The primary goal of the program is to control the robotic arm based on the position of the ArUco marker. The arm should be able to pick and place lightweight objects. Ideal skills and experience for the job include: - Proficient in Python programming - Experience with Dobot robotic arm - Familiarity with RealSense camera - Knowledge of ArUco markers - Prior work with robotic arms handling lightweight objects

    $132 Average bid
    $132 Snittbud
    67 bud

    There is an open source project in Python. It is a small project that goes over idealista real estate site and send emails when properties that fall under certain criteria are found. I would like to have this installed on our server and to be able to see the interface enter the criteria and be able to receive emails to my personal email address. This is the open source project on GitHub: Maximum price is 50 USD.

    $119 Average bid
    $119 Snittbud
    140 bud

    I'm seeking an expert to review my Python script, which leverages machine learning and reinforcement learning techniques for a finance application. The main focus should be on improving the algorithms used in the script. Key Requirements: - Extensive experience with Python, particularly in the context of machine learning and reinforcement learning. - Strong background in finance to understand the script's application. - Proven skills in algorithm optimization and improvement. Please note, the primary goal of this review is to enhance the algorithms in the script. Therefore, a deep understanding of the relevant techniques and strategies will be crucial for this project.

    $27 Average bid
    $27 Snittbud
    15 bud

    Looking for a Blockchain Backend Developer with strong Python skills for a freelance project. Responsibilities include developing secure backend systems, implementing smart contracts, and optimizing blockchain performance. Candidates should have experience with decentralized applications and a solid understanding of data integrity. Familiarity with distributed systems is a plus. This remote position offers flexible hours. Apply now to showcase your expertise in blockchain technologies and Python development.

    $37 / hr Average bid
    $37 / hr Snittbud
    110 bud

    I need from Pakistan or India. I am looking for a skilled new freelancer, Flask/Python developer. I need work for long term and at low budget

    $9 / hr Average bid
    $9 / hr Snittbud
    51 bud

    ...Kubernetes, including cluster management, updates, and scaling. * Expertise in SSL/TLS management, particularly with Let’s Encrypt for automated certificate renewal. * Hands-on experience with CI/CD pipelines and tools, preferably GitHub Actions, Jenkins, or similar. * Familiarity with Docker and container orchestration technologies. * Strong knowledge of Linux/Unix systems and scripting (Bash, Python, etc.). * Experience with Infrastructure as Code (IaC) tools such as Terraform or CloudFormation. * Strong troubleshooting skills and ability to identify and resolve issues quickly with minimal downtime. * Excellent communication and collaboration skills, with a proactive approach to problem-solving. Desired Skills: * Familiarity with Geo-location-based routing and advanced D...

    $1239 Average bid
    $1239 Snittbud
    58 bud

    ``` COMPLETE B2C LEAD GENERATION SYSTEM WITH AI - COMPREHENSIVE REQUIREMENTS REQUIRED TECHNICAL EXPERTISE: 1. Programming Languages: - Python (5+ years experience required) - Experience with Python frameworks (Django/Flask) - Frontend development (React.js/Vue.js) 2. Machine Learning/AI Experience Required: - Machine learning implementation - Neural networks - Natural Language Processing - Pattern recognition - Predictive analytics - OpenAI integration 3. Additional Technical Skills: - Database management (PostgreSQL) - API development - Cloud services (AWS/DigitalOcean) - Version control (Git) Project Overview: Building a fully automated, AI-powered lead generation system for B2C services, initially focused on roofing (7+ year shingle roofs) and...

    $1069 Average bid
    $1069 Snittbud
    165 bud

    Product Label Printing System This Python application is designed to import product data from Excel files, scan product barcodes (or manually input product codes), and generate and print labels that include product information along with QR codes. The system uses Tkinter for the GUI, Pandas for data manipulation, SQLite for storing product data, QR Code generation with the qrcode library, and ReportLab to generate PDF labels. Additionally, Win32 APIs are used for printing the labels. Core Features: Import Product Data from Excel: The user can import product information from an Excel file (either .xlsx or .xls format). The Excel file should contain the order number in cell B1, and the product data starts from row 3 (ignoring the first two rows). The product data should have columns...

    $66 Average bid
    $66 Snittbud
    69 bud

    I'm seeking a talented Django/Python developer who can work with legacy code and improve my current logistics/ecommerce dashboard. The dashboard is written in Django, with the frontend utilizing Django templates and Bootstrap. Key Responsibilities: - Make enhancements to the existing version of the dashboard - Integrate new external services, like APIs for new postal services - Add other new features as needed - Handle all tasks independently, covering both backend (Python, Django, PostgreSQL) and frontend (HTML, CSS, Bootstrap/Tailwind, JavaScript) - Analyze requirements and modify the database to accommodate new features and improvements Ideal Candidate: - An expert in Python and Django - Able to work with complex business logic by reading and improving legacy...

    $24 / hr Average bid
    Brådskande
    $24 / hr Snittbud
    181 bud

    I am seeking a highly skilled GIS Specialist/Developer with over 10 years of experience in the GIS industry. ...of experience in the GIS industry. Proven expertise in creating and managing map services. Strong understanding of GIS software such as ESRI ArcGIS, QGIS, or similar. Excellent problem-solving skills and attention to detail. Ability to work independently and meet deadlines. Preferred Qualifications: Experience in automation testing for GIS applications. Familiarity with GIS programming (e.g., Python, JavaScript, or related). Knowledge of GIS cloud services like ArcGIS Online, AWS, or Azure. If you have the required experience and skills, please submit your proposal along with your portfolio or relevant work examples. I look forward to working with a talented professional...

    $88 Average bid
    $88 Snittbud
    13 bud

    I need a skilled Python programmer to help me automate the order placement on Interactive Brokers. Key Requirements: - Automate the placement of Market orders, Limit orders, and Stop orders - Strong proficiency in Python - Experience with Interactive Brokers platform - Knowledge about different types of trading orders Ideal Skills: - Python programming - Trading experience - Interactive Brokers expertise - Order placement automation I am looking to hire a pythan trading expert, You need to automate trade in Shoonya Broker Account, Automate the buy sell order, It has lots requirment I have attached excel file to fetch and update data, and automate trade, I can choose any interval, It need to fech candle data, more detaiil i wll give if you can provide result wit...

    $12 Average bid
    $12 Snittbud
    10 bud

    ...message states: “Pyperclip could not find a copy/paste mechanism for your system.” I’ve already installed xclip and xsel as recommended, but the issue persists. Here’s what I’ve done so far: Installed xclip and xsel using sudo apt-get install. Verified that both tools work independently in the terminal. Environment Details: Operating System: [Your OS, e.g., Ubuntu 20.04] Python Version: [Your Python version, e.g., Python 3.8] Pyperclip Version: [Your Pyperclip version, e.g., Pyperclip 1.8.2] What I Need: A solution to resolve the Pyperclip error and ensure the copy/paste mechanism works. Guidance on any additional configurations or alternative approaches if needed. If you have experience with Pyperclip or clipboard mechanism...

    $25 Average bid
    $25 Snittbud
    44 bud
    Python Programmer Automate Trade
    6 dagar left
    Verifierad

    I need a skilled Python programmer to help me automate the order placement on Interactive Brokers. Key Requirements: - Automate the placement of Market orders, Limit orders, and Stop orders - Strong proficiency in Python - Experience with Interactive Brokers platform - Knowledge about different types of trading orders Ideal Skills: - Python programming - Trading experience - Interactive Brokers expertise - Order placement automation I am looking to hire a pythan trading expert, You need to automate trade in Shoonya Broker Account, Automate the buy sell order, It has lots requirment I have attached excel file to fetch and update data, and automate trade, I can choose any interval, It need to fech candle data, more detaiil i wll give if you can provide result wit...

    $12 Average bid
    $12 Snittbud
    6 bud

    I need a skilled Python programmer to help me automate the order placement on Interactive Brokers. Key Requirements: - Automate the placement of Market orders, Limit orders, and Stop orders - Strong proficiency in Python - Experience with Interactive Brokers platform - Knowledge about different types of trading orders Ideal Skills: - Python programming - Trading experience - Interactive Brokers expertise - Order placement automation I am looking to hire a pythan trading expert, You need to automate trade in Shoonya Broker Account, Automate the buy sell order, It has lots requirment I have attached excel file to fetch and update data, and automate trade, I can choose any interval, It need to fech candle data, more detaiil i wll give if you can provide result wit...

    $12 Average bid
    $12 Snittbud
    9 bud

    I need a skilled Python programmer to help me automate the order placement on Interactive Brokers. Key Requirements: - Automate the placement of Market orders, Limit orders, and Stop orders - Strong proficiency in Python - Experience with Interactive Brokers platform - Knowledge about different types of trading orders Ideal Skills: - Python programming - Trading experience - Interactive Brokers expertise - Order placement automation I am looking to hire a pythan trading expert, You need to automate trade in Shoonya Broker Account, Automate the buy sell order, It has lots requirment I have attached excel file to fetch and update data, and automate trade, I can choose any interval, It need to fech candle data, more detaiil i wll give if you can provide result wit...

    $19 Average bid
    $19 Snittbud
    10 bud

    I'm in need of a Software Engineer proficient in Python and experienced in image processing to help optimize an algorithm for high-resolution images. The main objective is to enhance the algorithm's performance by reducing its processing time, specifically for tasks related to object detection and recognition. Ideal Skills - Proficiency in Python - Extensive experience in image processing - Familiarity with handling high-resolution images - Expertise in object detection and recognition tasks - Ability to optimize algorithms for improved efficiency This is a small project, focused solely on enhancing an existing algorithm rather than building one from the ground up. Your help will be greatly appreciated! Thank you for your interest!

    $482 Average bid
    $482 Snittbud
    131 bud

    We have an existing web-based user interface that is f...interface that is functional but requires expansion and optimization. Our goal is to enhance the platform while addressing existing debugger issues. We are looking for skilled Backend and Frontend Developers to collaborate with us as freelancers and bring our project to the next level. Requirements - Proven experience in backend and/or frontend development. - Expertise in React for Frontend; Node.js, Python, or PHP for Backend. - Strong debugging and troubleshooting skills. - Ability to work independently and meet deadlines. - Excellent communication skills to collaborate effectively. - Prior experience with web-based user interfaces is a plus. For more details and inquiries, please feel free to comment under this project. ...

    $1146 Average bid
    $1146 Snittbud
    267 bud

    Update O Screener to new version with additional functionality, change report format.

    $40 Average bid
    $40 Snittbud
    1 bud

    ...Simple CRM and Customer Tracking Software I am looking to develop a web-based software system that allows small businesses to manage their accounts, track transactions, and keep customer records efficiently. While similar solutions exist in the market, I aim to create a more straightforward and user-friendly tool. Key Features: Online Access: Accessible via user registration. Technology Preference: Python (Django) is preferred, but Laravel is also acceptable. Server: Hosting and server setup are ready. Design: We can start with a simple design or use an existing design template I already have. Modules and Functionalities: Customer Management: Module to store personal and business information of customers. Invoices / Purchases / Sales / Quotations: Ability to select customers, ...

    $562 Average bid
    $562 Snittbud
    232 bud

    VERY, VERY IMPORTANT PLEASE READ THIS POST BEFORE PUTTING IN A BID ALL OF THE REQUIREMENTS ARE THERE COMPLETE B2C LEAD GENERATION SYSTEM WITH AI - COMPREHENSIVE REQUIREMENTS REQUIRED TECHNICAL EXPERTISE: 1. Programming Languages: - Python (5+ years experience required) - Experience with Python frameworks (Django/Flask) - Frontend development (React.js/Vue.js) 2. Machine Learning/AI Experience Required: - Machine learning implementation - Neural networks - Natural Language Processing - Pattern recognition - Predictive analytics - OpenAI integration 3. Additional Technical Skills: - Database management (PostgreSQL) - API development - Cloud services (AWS/DigitalOcean) - Version control (Git) Project Overview: Building a fully automated, AI-powered lead generation system ...

    $645 Average bid
    $645 Snittbud
    215 bud
    Telegram business - customisation
    6 dagar left
    Verifierad

    ...ChatGPT API to automatically translate the forwarded messages from English into specified target languages (e.g., Spanish, French, etc.). • Ensure the translated text maintains the original message’s intent and tone. • Provide flexibility to configure multiple target languages if needed. —————————— Required Skills: • Strong experience with Telegram Bot API and Bot Payments API. • Proficiency in Python, Node.js, or related programming languages. • Proven track record of building custom Telegram bots or Mini Apps. • Familiarity with UI/UX optimization and user-friendly designs is a plus. Budget: Negotiable Deadline: Estimated 21 days How to Apply: Please provide the following detai...

    $471 Average bid
    $471 Snittbud
    154 bud

    I'm seeking a talented Python developer to create a Windows-based desktop application that fetches and combines options charts from two strike prices. Key Requirements: - Proficient in Python, with prior experience in desktop application development. - Understanding of financial options and ability to implement this in the software. - Familiarity with Windows OS and its application development standards. Please bid if you have the required skills and experience. Looking forward to your proposals. what you need to do: 1. fetch data from brokers api 2. create interface using tkinter 3. min two leg strategy max 4 leg 4. spread chart you can take reference from

    $73 Average bid
    $73 Snittbud
    30 bud

    ... city, property type, market value, etc) during calls. - Call notes and responses are logged back to the appropriate row in Google Sheets after each call. - Automatic call scheduling based on lead lists. - Status columns in Google Sheets that update automatically based on call outcomes. Skills Required: - (formerly Integromat) - Google Sheets Automation - API Integrations () - Python or JavaScript (Optional, for custom scripts) - Experience with CRM or lead management automations is a plus Project Deliverables: - Fully functional workflow automating the Vapi and Google Sheets integration. - Documentation or a walkthrough on how to modify/update the automation. - Testing to ensure calls are logged correctly, and notes are updated in Sheets. - A simple dashboard in

    $147 Average bid
    $147 Snittbud
    88 bud

    I'm on the hunt for a skilled web scraping professional, preferably with Python expertise, to help me gather valuable leads. Key Responsibilities: I will provide the details information in Chat I need more then 2 Millions Leads from Provided list.

    $25 / hr Average bid
    $25 / hr Snittbud
    23 bud

    I have a Python web scraping code that needs fixing due to a recent update on the website. The code is currently failing at the data extraction phase, specifically with extracting tables and structured data. - Data Extraction: The code is unable to retrieve the necessary data from the website. - Data Type: The focus is primarily on extracting tables and structured data. - Data Usage: The extracted data will need to be saved as CSV and Excel.. Ideally, the freelancer for this project should have substantial experience with Python, web scraping and database management. Familiarity with the site would be a plus. Please provide examples of similar projects you have completed in your bid.

    $24 Average bid
    $24 Snittbud
    47 bud

    I'm in need of a Python-based project that involves creating a GUI-based calculator using Tkinter. The calculator should incorporate basic arithmetic operations. Ideal Skills: - Proficiency in Python - Experience with GUI development, specifically using Tkinter - Knowledge of basic arithmetic operations implementation This project is perfect for someone who can translate functional requirements into user-friendly interface, while ensuring the calculator performs accurately. Your programming skills will be put to the test to make this project a success.

    $81 Average bid
    $81 Snittbud
    52 bud

    I'm seeking a proficient developer to create a cryptocurrency trading bot for me. The bot will primarily operate on the Binance exchange ...will primarily operate on the Binance exchange and utilize an arbitrage trading strategy. Key Requirements: - Expertise in developing cryptocurrency trading bots, specifically for Binance. - In-depth understanding and experience with arbitrage trading strategies. - Ability to deliver a bot that operates efficiently and profitably. Expected Skills: - Proficiency in relevant programming languages (Python, Java, etc.) - Experience with algorithmic trading and quantitative analysis. - Knowledge of cryptocurrency market dynamics and Binance exchange mechanics. Please provide examples of previous trading bots you have developed and their perfo...

    $84 Average bid
    $84 Snittbud
    21 bud