Python for devopsJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 python for devops jobb har hittats, med prissättning USD

    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 (Avg 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 (Avg Bid)
    $45 / hr Snittbud
    1 bud

    kubernetes, aws, cassandra, docker, graphana

    $1043 (Avg Bid)
    $1043 Snittbud
    2 bud

    Vi är ett IT konsultbolag och har fått in en förfrågan från vår beställare om Plattformsutvecklare (Devops) där fokus ligger på följande: · Med hjälp av Infrastructure as Code (t.ex. Ansible) ha byggt applikationsplattformar · Efter att ha byggt dessa applikationsplattformar även driftat och förvaltat dessa · Vi tycker att man ska ha erfarenhet från både ”Linux-världen” samt ”Microsoft-världen”, där trycket ligger på Linux Våra egna konsulter som kan detta är dock redan fullbesatta i uppdrag. Har ni några tillgängliga konsulter som kan hjälpa oss med detta? Allt gott,

    $83 / hr (Avg Bid)
    $83 / 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 (Avg 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 (Avg 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 (Avg 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 (Avg 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 (Avg Bid)
    $402 Snittbud
    2 bud

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

    $17 (Avg Bid)
    $17 Snittbud
    9 bud
    Web development Avslutades left

    Jag vill fixa till en webbsida Pandas Python django

    $555 (Avg Bid)
    $555 Snittbud
    1 bud
    Software in Python Avslutades left

    Good programming skills

    $30 (Avg 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 (Avg 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&ou...

    $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 (Avg 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 (Avg 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 (Avg 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 (Avg 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...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    I'm in need of a skilled Python coder to assist me in deploying Locally Hosted Language Model (LLM) applications. Here are the details: - **Operating System**: The deployment is hybrid, so familiarity with Windows, macOS, and Linux is ideal. - **Purpose**: The primary aim of the deployment is for text ebedding (vector db) and generation. - **Requirements**: Specifically, I'm looking for functionality related to Language modeling and retrieval augment generation in the LLM applications. - mongoDB should be set up runining a .sh file - docker-compose deploy of the app Essential skills for this project include a strong background in Python programming and experience with deploying applications on different operating systems. Previous work in nat...

    $161 (Avg Bid)
    $161 Snittbud
    7 bud

    I'm in need of an expert in developing Discord bots, particularly one with experience in horse racing prediction functionality. Key Requirements: - **Betting Functionality:** The bot must allow users to place bets on horse races. - **Real-Time Race Updates...receive live updates on horse racing events. - **Customizable Predictions:** I'd like the bot to provide predictions that can be customized in certain aspects. The bot will need to gather data from reputable horse racing sources such as Racing Post, Daily Racing Form, and Equibase. This is crucial in ensuring the accuracy and reliability of the predictions. **Programming Language:** Python is the preferred language for this project. Your experience with Discord bot development and utilizing horse racing data ...

    $32 (Avg Bid)
    $32 Snittbud
    4 bud

    I'm looking to create a binding within Openhab for an Elmo alarm system. The binding needs to enable the following functionalities: - Remote arming and disarming of the alarm system. - Monitoring the status of individual sensors and zones. - Sending sensor states to OpenHAB items. I do have a similar project that was written in Python for Home Assistant which I can provide as reference and guidance. Ideal Skills: - Strong experience with Openhab binding. - Proficiency in Python programming. - Familiarity with the Elmo alarm system will be a plus.

    $557 (Avg Bid)
    $557 Snittbud
    17 bud

    To integrate my Elmo alarm system with openHAB through bi-directional binding, I need a developer with openHAB and Elmo experience. The binding should be developed for E-connect, Elmo's cloud integration model. The features I'm after are: - Arm/Disarm functionality - Real-time status updates - Alarm event notifications - Sensing and sending sensor status to openHAB items. Anytime there's an event, status change, or a sensor goes on/off, I need the binding to provide immediate updates. Your skills in openHAB binding, Java, and IoT integrations will be essential for this project. The same project is just written in python for homeassistant

    $533 (Avg Bid)
    $533 Snittbud
    25 bud

    I am seeking a Python Deep Learning developer to create a location recommendation system based on the datasets I possess. The main objective of the system is to predict the next location that a user may visit. The datasets available for this project contain timestamps. Key Responsibilities: - Develop Python code for a location recommendation system - Utilize the provided datasets to predict user's next location - Ensure the system is efficient and accurate in its recommendations Ideal Skills and Experience: - Strong proficiency in Python programming - Experience in developing recommendation systems - Understanding of working with timestamp data - Ability to analyze and leverage data for prediction - Familiarity with location-based services o...

    $143 (Avg Bid)
    $143 Snittbud
    13 bud

    I have collected the dataset in CSV format and now require an expert to develop a multi-class logistic regression model for me. Key requirements: - The dataset is ready and available in CSV format which can be used for the model. - You should have expertise in developing logistic regression models for multi-class classification. - Proficiency with Python is a must as I prefer the model to be developed using this language. Technical Requirements: Proficiency in Python and familiarity with libraries such as NumPy, Pandas, Keras, and TensorFlow. Knowledge of statistical learning, logistic regression, and gradient ascent optimization. Ability to write clear and concise documentation and well-commented code.

    $104 (Avg Bid)
    $104 Snittbud
    24 bud

    I need a seasoned web developer for my e-commerce website project; specific coding languages and frameworks are flexible as the user skipped the relevant question. The primary goal is to create an e-commerce site with certain critical features. Important Points: - Must-have E-commerce features: Payment gateway integration and a system for customer reviews and ratings are essential. - Skills and Experience: Web development experience is necessary, preferably with a focus on e-commerce sites. Knowledge in PHP, Python or JavaScript would be advantageous, but not mandatory. - Objective: The ultimate goal of this project is to create a user-friendly platform where customers can make purchases smoothly and share their experiences via reviews and ratings.

    $462 (Avg Bid)
    $462 Snittbud
    86 bud

    ...Generator. This bot will be capable of analyzing uploaded instrumentals and generating both the lyrical flow and content to match the music. The lyrics produced must be clean and suitable for audiences aged 18 and above. **Key Responsibilities:** - Develop and implement an AI system capable of generating music lyrics based on uploaded instrumentals. - Ensure the AI-generated lyrics are clean, appropriate for all audiences, and align with the given instrumental. - Collaborate with our music and tech teams to refine and enhance the AI’s capabilities. - Integrate the AI system into our existing platform for seamless user experience. - Continuously monitor and improve the AI’s performance based on user feedback and advancements in AI technology. **Requirem...

    $534 (Avg Bid)
    $534 Snittbud
    19 bud

    I'm looking for a Python developer to create a simple Dash app that includes a PDF viewer. Key Requirements: - User can upload multiple pdf files in the app. - The user can select which pdf should be displayed in the viewer - the user can enter a text in a text box and when hit submit the app should be able to highlight those texts in the PDF. - The pdf viewer should have search feature, pages and zoom in and out.

    $94 (Avg Bid)
    $94 Snittbud
    37 bud

    ...experience. I'd prefer to work with someone who is clever and learns quickly rather than someone experienced but is not very intelligent and/or does not solve problems scientifically. Would I hire an Isaac Newton or an Albert Einstein even if he had no programming experience? Of course I would. ✻ TESTS ✻ You must pass several difficult logic tests to work with me. The first logic test you complete for me will be an unpaid logic test. In other words, I would not pay you any money whatsoever if you were to pass the first logic test. However, I would pay you $25 (Twenty-Five Dollars) if you were to pass the second logic test, and $50 (Fifty Dollars) if you were to pass the third logic test. ✻ OBTAINING SUPPLIES ✻ I will send you approximately $50 (Fifty Dollars) so that ...

    $1106 (Avg Bid)
    $1106 Snittbud
    31 bud

    I need a Python script that can batch process text overlay onto images (jpg/png). All the images and all the text will be unique. Each set of text(s) (1-2 sentences) will have its own unique image. (one-to-one) I would like to have a CSV file containing all the unique sets of text. The script would reference a folder of images. The script needs to be able to handle 20-200 images. I would like to be able to change the font style, size, the position on the image, and to have the text be able to wrap to the next row on the image.

    $142 (Avg Bid)
    $142 Snittbud
    33 bud
    Python Django Web Development 6 dagar left
    VERIFIERAD

    I'm seeking a talented Python Django developer to work on my project. Skills and Experience: - Proficiency in Python and Django framework

    $515 (Avg Bid)
    $515 Snittbud
    90 bud

    I'm in need of a full stack developer with proficiency in JavaScript, Python, and PHP. The ideal candidate should be experienced in building web applications and software, and must be adept at working with both front and back-end technologies. I have want to deploy my website to live then we start customization

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    54 bud

    I'm in need of an experienced developer to provide long-term maintenance for my e-commerce website. The ecommerce is up and running and fully operational and we need a FULL STACK developer that can code in ALL AREAS of the webapp. - Frontend: React (JavaScript) - Backend: Node.js - Services: Python - Database: MySQL RESPONSIBILITIES: - Integration of new B2B APIs - New payment gateway integration - - Implementation of bug fixes and performance improvements. - Regular software updates and security patches. - Feature additions and enhancements. Skills and Experience: - Proven experience in maintaining e-commerce solutions. - Proficiency in React, Node.js, Python, and MySQL. - Strong problem-solving skills. - Excellent understanding of software best practices and...

    $7 / hr (Avg Bid)
    $7 / hr Snittbud
    34 bud

    Need to find a programmer who understands computer networks and knows c# or python programming

    $157 (Avg Bid)
    $157 Snittbud
    24 bud

    Please develop a Python script to retrieve restaurant data from Google Maps using the Maps/Places API. The script should specifically target restaurants that have a phone number but *without* a website. The inputs I need to enter are: - Location (latitude and longitude) - Search Radius (meters) - Restaurant Type (including catch all types in the "Food and Drink" category) Key Data to Retrieve, output in a .CSV: - Name - Address - Phone Number - Google Maps URL Ideal skillset: - Proficient in Python - Strong experience with Google Maps/Places API - Ability to deliver results promptly and efficiently - Attention to detail to ensure accurate data retrieval

    $37 (Avg Bid)
    $37 Snittbud
    18 bud

    I'm looking for a skilled software developer to create a unique application, using Python and C++ as the primary programming languages. Key Requirements: - Advanced proficiency in Python, C++, and HTML - Experience in software development - Ability to implement user login and registration functionalities Additional Skills: - Understanding of web development - Knowledge of user interface design The project primarily involves developing a software application, so a strong background in software development and proficient programming skills are highly desirable. The ability to seamlessly integrate user login and registration into the application is essential.

    $14 / hr (Avg Bid)
    $14 / hr Snittbud
    28 bud

    I'm seeking a Python expert to develop a solution for a resource allocation problem that involves both the Knapsack Problem and linear programming (LP) models. Key Requirements: - This project is focused on resource allocation, so the main goal is to craft an algorithm that can efficiently solve the classic Knapsack Problem. - You will also be required to incorporate LP models in the solution to enhance the resource allocation process. Skills & Experience: - Proficient in Python for algorithmic problem-solving and have a solid understanding of optimization techniques. - Experience in working with LP models and understanding of how to apply them in real-world resource allocation problems. - Previous experience in developing command-line interfaces ...

    $136 (Avg Bid)
    $136 Snittbud
    26 bud

    I'm looking for an experienced developer to create a custom API for the Quotex trading broker using Python. Specifically, I am looking for someone who has expertise in API development. The API should have the following features: - Real-time market data streaming - Trade execution - Account balance retrieval - Comprehensive error handling with detailed error messages - High-performance optimization for fast execution - API calls should be fast Ideal skills for this project include: - Deep understanding of Python - Experience in designing and developing APIs - Background in trading platforms or financial services - Strong problem-solving skills - Ability to optimize for high performance Your primary goal will be to produce a r...

    $178 (Avg Bid)
    $178 Snittbud
    20 bud
    The software has payment function 6 dagar left
    VERIFIERAD

    I need c#, c++ or python programmer The software has online payment function for customers Please bid and we will discuss more details

    $132 (Avg Bid)
    $132 Snittbud
    27 bud
    Smart Tennis Program with AI 6 dagar left
    VERIFIERAD

    I am seeking a highly skilled developer with expertise in AI neural networks, particularly in Python, for a challenging project. Key Tasks: - Develop a sophisticated AI neural network - Create an intelligent program using open-source AI - Analyze tennis data for the program The primary goal of the program is to enhance player performance analysis through the use of AI. Ideal candidate: - Proficient in Python - Experienced in developing AI neural networks - Skilled in analyzing and interpreting data - Knowledgeable about tennis and sports analytics would be a plus

    $2426 (Avg Bid)
    $2426 Snittbud
    74 bud

    I need a skilled Web Scraping specialist to write code in Python (preferably) that scrapes a specific table from a website for me (Website: ). The table contains WNBA player statistics, The goal is to extract all columns of this table, which is approximately 7 columns and write it to a CSV file (in the same column format). I'm a beginner level coder, and noticed that the table was created with that looks like a Shiny App in R. (I'm not even sure if extracting the table is possible). If it was only possible to use R, then I could potentially work with that. Website: I would like the data to go from the year 2020 to current. Regular Season data. Key Requirements: - Scraping Tables on websites If you're

    $143 (Avg Bid)
    $143 Snittbud
    55 bud

    am seeking an experienced DevOps engineer to scale down my Red Hat OpenShift configuration currently running on AWS. The primary tasks involve reducing: - Application instances: Currently, I have 1-5 instances running, and I need to scale it down to a single instance. - Compute resources: The reduction should align proportionately with the decrease in application instances. This is an IBM Maximo Application Suite installation that was done with an AWS Marketplace Template "IBM Maximo Application Suite (BYOL)". The template built all the instances (9 including 3 masters, 3 workers, and 3 workers (using m5.2Xlarge and m5.4xlarge) along with a boot node and bastion host) and the volumes (26 of them with 6.23 TB of storage being used) and it is way overkill for just u...

    $25 (Avg Bid)
    $25 Snittbud
    4 bud

    As a client, I am looking for a skilled Python developer who is proficient in using Flask for web development. My project requires: - The creation of a test cases for existing website crucial requirement is expertise in writing unit test cases for Flask applications. The developer should know how to write effective test cases to ensure that all components of the website work individually as expected. This is important for seamless user interaction and overall functionality. The ideal candidate would of course have proven experience with back-end development, particularly with Python, and preferably with Flask. Knowledge and application of best practices in web security, particularly with user authentication, is highly valuable for...

    $17 / hr (Avg Bid)
    Brådskande
    $17 / hr Snittbud
    40 bud
    VRBO Scraper Development 6 dagar left
    VERIFIERAD

    I need a VRBO scraper to extract property details, pricing, and availability. - The scraper should be built with Python and the output should be in CSV format. - The data points I need include property title, description, amenities, pricing, and availability. - The scraper should be able to handle multiple URLs at once. - The code should be well-structured and commented for easy maintenance. Ideal skills: - Proficiency in Python - Experience in web scraping - Understanding of VRBO website structure - Ability to handle and store data in CSV format

    $142 (Avg Bid)
    $142 Snittbud
    75 bud

    Attached is a file explaining the project. I am looking for a freelancer with a strong skillset in both Python programming and data science, specifically with a focus on finance who can help complete a project within the next 7 days. Here are the key skills and qualifications I think might be required to successfully complete this project, although I am not experienced in Python so you might find this easier and possible to do well without using as much. > Python Proficiency, as it is the primary tool for this project. > Familiarity with essential Python libraries such as pandas, NumPy, (Matplotlib, Seaborn?), Scikit-learn > Data Science and Analysis: - Data Manipulation: Ability to clean, preprocess, and manipulate large datasets. Skills...

    $155 (Avg Bid)
    $155 Snittbud
    56 bud

    I'm seeking a Python developer experienced with web scraping. This job involves setting up a Python script that can scrape a popular review site. Key details to extract: - Review text - Star rating - Date of review - Reviewer name - Star-ratings for sub-categories - Review ID - Reviewed person - Reviewed product name The site does not use captchas, so it should be reasonably straightforward. All reviews for a given provider should be scraped. It would be good to have an option to start with the newest and stop at a certain date. The specific review site can be seen in the sample URL in the attached PDF. I can send further details in a private message including screenshots. Preferred frameworks would be Beautifoulsoup 4 / Scrapy if sufficient and Selen...

    $35 (Avg Bid)
    $35 Snittbud
    41 bud