Lxml iterparseemplois

Filtrer

Mes recherches récentes
Filtrer par :
Budget
à
à
à
Type
Compétences
Langues
    État du travail
    124 lxml iterparse travaux trouvés au tarif de EUR
    convert python library to c++ S'est terminé left

    This library consists of 800 lines across 4 classes. I want it to be completely converted to C++. Uses extra libraries like struct, typing, lxml. Target OS is windows. More information will be given upon contact.

    €286 (Avg Bid)
    €286 Offre moyenne
    14 offres

    ...Communicate with the team and provide regular updates on project progress. -- Qualifications: - Proven experience with Python and web scraping (Beautiful Soup, lxml). - Strong knowledge of SaaS development. - Exceptional debugging and problem-solving skills. - Strong communication and collaboration skills. - Detail-oriented and capable of delivering high-quality work on tight deadlines. -- Testing Procedure: As part of our selection process, we will provide candidates with a file that scrapes Google SERPs. This file is outdated and will require the candidate to update a few lines of Beautiful Soup code to the new selectors for lxml in the Google Page. This should not take more than 5 minutes for a skilled developer who knows what they are doing. This test is crucial in ...

    €12 / hr (Avg Bid)
    €12 / hr Offre moyenne
    32 offres

    ...using Python to parse these stored HTML emails into a structured JSON format. 3. Work with HTML parsing libraries such as lxml to handle variable rows in the email tables, specifically for menu modules. 4. Implement error handling and logging mechanisms for troubleshooting and reliability. 5. Ensure secure handling and confidentiality of the parsed data. 6. Thoroughly test the function for scalability and robustness against different conditions. 7. Document the code and provide operational support as needed. Technical Skills & Experience Required: 1. Proven experience in Python, with specific skills in data parsing and manipulation. 2. Familiarity with libraries such as lxml, Boto3, and JSON for HTML parsing, AWS operations, and JSON operations respectively. 3. Extens...

    €433 (Avg Bid)
    €433 Offre moyenne
    41 offres

    I am looking for a skilled Python developer who can build an XML parser to extract data from a local file. The ideal candidate will have experience with the Lxml library for parsing XML data. The desired output format for the extracted data is Excel. The project will involve the following: - Building an XML parser using Python - Extracting data from a local file - Using the Lxml library for parsing XML data - Converting the extracted data into Excel format If you have experience with XML parsing and the Lxml library, please apply to this project.

    €111 (Avg Bid)
    €111 Offre moyenne
    21 offres

    I have a python script that scrapes a website using LXML. It used to work but needs updating now the website has changed. FIXED PRICE ONLY. DO NOT TRY TO EXTRACT MORE MONEY THAN AGREED UPON.

    €16 (Avg Bid)
    €16 Offre moyenne
    27 offres

    We are hiring python scrap expert on monthly contract, 22 days a month. The scraper should have great experience in scraping websites and data sources in large distributed models and have experience in authenticated or unauthenticated complex scraping. Atleast 3-4 years of experience in working the the following libraries and JSON structures BeautifulSoup. ... Scrapy. .....scrap expert on monthly contract, 22 days a month. The scraper should have great experience in scraping websites and data sources in large distributed models and have experience in authenticated or unauthenticated complex scraping. Atleast 3-4 years of experience in working the the following libraries and JSON structures BeautifulSoup. ... Scrapy. ... Selenium. ... Requests. ... Urllib3. ... Lxml. ... Mecha...

    €1064 (Avg Bid)
    €1064 Offre moyenne
    79 offres
    python prgramming needed S'est terminé left

    We need help with updating an existing python script from time to time. This script is using currently the following modules: requests lxml selenium pandas datetime, timedelta, time, date csv numpy holidays locale logging BeautifulSoup office365 Please make sure you are able to work with this modules.

    €10 / hr (Avg Bid)
    €10 / hr Offre moyenne
    29 offres
    Fixing my python script S'est terminé left

    ...process_result(response, export_details, folder_name) File "/home/go/Downloads/Termpub Backup Crawler/", line 90, in process_result tree = (content) File "src/lxml/", line 3254, in File "src/lxml/", line 1913, in lxml.etree._parseMemoryDocument File "src/lxml/", line 1800, in lxml.etree._parseDoc File "src/lxml/", line 1141, in lxml.etree._BaseParser._parseDoc File "src/lxml/", line 615, in lxml.etree._ParserContext._handleParseResultDoc File "src/lxml/", line 725, in lxml.etree._handleParseResult File "src/lxml/", line 654, in lxml.etree._raiseParseError File "<string>", line 1 : Start tag expected, '<' not ...

    €24 (Avg Bid)
    €24 Offre moyenne
    18 offres

    Convert PHP system to a windows desktop system and install dependencies in the installation process. Dependencies to be installed: #PHP PHP Version 7.3.4 extension=curl extension=imap extension=mbstring extension=mysqli extension=openssl extension=pdo_mysql max_execution_time = 0 max_input_time = 5000 memory_limit = 512M #Python python3.9 python requests python BeautifulSoup4 python htmldom python lxml The desktop system should have a button that allows the user to call a controller function on click and the system will start executing that function

    €972 (Avg Bid)
    Urgent
    €972 Offre moyenne
    41 offres

    Skill Requirements: 4+ years experienced Python Developer (more experienced, the better) - Must have worked with Xml and HTML parsers (lxml and html5 parser) - Good OOPS proficiency 4+ years experienced PHP Developer with JavaScript Skills. - Laravel framework experience - Database Querying Skills - Good knowledge with Vanilla Javascript (Ajax, DOM, UI Reconstruction from Visual Design) - Good CSS knowledge to style web pages 4+ years experienced Manual Tester: - ePub and Accessibility knowledge is required

    €252 (Avg Bid)
    €252 Offre moyenne
    4 offres
    Project for Grace F. S&#039;est terminé left

    Hi Grace F. Here the sample f...python-requests (built on top of urllib2, it is in Python3) and BeautifulSoup4, which has its methods to select elements and also permits CSS selectors: import requests from BeautifulSoup4 import BeautifulSoup as bs request = ("") soup = bs() some_elements = soup.find_all("div", class_="myCssClass") Some will prefer xpath parsing or jquery-like pyquery, lxml or something else. When the data you want is produced by some JavaScript, the above won't work. You either need python-ghost or Selenium. I prefer the latter combined with PhantomJS, much lighter and simpler to install, and easy to use: from selenium import webdriver client = () ("http://foo") soup = bs(client.page_source)

    €235 (Avg Bid)
    €235 Offre moyenne
    1 offres
    Web scrapping through python S&#039;est terminé left

    Extract product name and URL from any 2 websites. Constraints: Third-party packages like beautiful soap, scrappy, lxml, etc shouldn't be used. Function Input : URL & product (laptop, mobile etc) Function output : 1. product url’s (https:// url) 2. Model name: Model name of the Product “result”: { “model1_name": { “url” : “https://abcd” }, “model2_name”: { “url” : “https://abcd” }, “model3_name": { “url” : “https://abcd” } }

    €69 (Avg Bid)
    €69 Offre moyenne
    15 offres

    ...IsSuccessful> <a:DataList> <a:DataObject> <a:Data> <?xml version="1.0" encoding="UTF-8"?> <LXML messages="1" batchseq="80" created="2021.May.11 AD 10:50 AM"> <ShipperLoadPlan CreateDate="05/11/2021 10:48:33.075" ExecutionEvent="Accepted Load Modified" ExecutionEventID="AM"><LoadNumber>54310410</LoadNumber><lLoadID>54310410</lLoadID></ShipperLoadPlan></LXML> </a:Data> <a:ID>3302</a:ID> </a:DataObject> <a:DataObject> <a:Data> <?xml version="1.0" encoding="UTF-8...

    €20 (Avg Bid)
    €20 Offre moyenne
    3 offres

    ...eld> <Field property="txtField2">output2</Field> <Field property="txtField3">output3</Field> </records> <records> <Field property="txtField1">output1</Field> <Field property="txtField2">output2</Field> <Field property="txtField3">output3</Field> <Field property="txtField4">output4</Field> <Field property="txtField5">output5</Field> </records> I have tried using for-loops in Python, arrays, and lxml etree but I'm not getting a consistent output between 3 files and I have some more to process. Please create 3 separate XSL files to capture layout to transform DataForm1, DataForm2 and DataForm3, 1- Inclu...

    €125 (Avg Bid)
    €125 Offre moyenne
    11 offres

    Business in need of Python script to convert sample XML to 3 different csv outputs We already have developed a solution for DataForm1 to Field1, Field2, Field3, Field...different csv outputs We already have developed a solution for DataForm1 to Field1, Field2, Field3, Field4, Field5 (1/3). We will need Python script developed to convert nested XML and XML attributes from DataForm2 (2/3) and DataForm3 (3/3) output to the following spec (see Excel file) Please provide python script and output example to match Excel file sample and requirements. Tips:::We already tried lxml, xpath, Unsure how to handle nested list issues to mold to output requirements. Output can be in-line Python that creates a csvlist=[] list (Used later on for pyodbc INSERT INTO step) Or if you prefer, write out ...

    €30 (Avg Bid)
    €30 Offre moyenne
    4 offres

    need someone who can scrap job portals using beautifulsoup , lxml and other libararies

    €78 (Avg Bid)
    €78 Offre moyenne
    23 offres
    Xpath extraction S&#039;est terminé left

    Hello all need python function to extract Xpath from an html file, using beautifulsoup and lxml parser, the gives parameter is element name (item) and the file name return value is Xpath simple easy

    €24 (Avg Bid)
    €24 Offre moyenne
    5 offres
    DATA SCRAPPING https://scrapy.org/ S&#039;est terminé left

    We Need Help with Data scraping (10 Websites) using scrapy script All we need is someone to write the scripts for data scraping. These scripts are to be installed on our server. Python | Web Scraping |...TO WRITE SCRIPTS FOR DATA SCRAPING FOR 10 WEBSITES AND I AM LOOKING FOR RELIABLE PERSON TO HELP US. WE WOULD REQUIRE THE SCRIPT TO BE DEPLOYED ON THE SERVER THIS SCRIPT MUST BE AUTOMATED AND CAN RUN AS A CRON JOB Required skills are: ✔ Data Analysis ✔ Pandas ✔ Web Scraping, Data extraction ✔ Web Automation ✔ Data Mining ✔ Python programming ✔ Selenium Webdriver ✔ Beautiful Soup ✔ Requests ✔ lxml ✔ urllib ✔ XLSX/ CSV / JSON / SQLite ... ✔ Image to Text / Excel / CSV... ✔ Tesseract OCR PLEASE ONLY RESPOND IF YOU HAVE THE RELEVANT EXPERIENCE.

    €192 (Avg Bid)
    €192 Offre moyenne
    16 offres

    Need Help scraping some ebay stores using scrapy script Python | Web Scraping | Web automation | Data extraction Scraping data from website with Python script, product data, Title, Description, images... I NEED HELP WITH DATA SCRAPING FROM A FEW WEBSITES AND I AM LOOKING FOR RELIABLE PERSON TO HELP US. WE WOULD REQUIRE THE SCRIPT TO BE DEPLOYED ON THE SERVER THIS SCRIPT MUST BE AUTOMATED AND CAN RUN AS A CRON JOB Required skills are: ✔ Data Analysis ✔ Pandas ✔ Web Scraping, Data extraction ✔ Web Automation ✔ Data Mining ✔ Python programming ✔ Selenium Webdriver ✔ Beautiful Soup ✔ Requests ✔ lxml ✔ urllib ✔ XLSX/ CSV / JSON / SQLite ... ✔ Image to Text / Excel / CSV... ✔ Tesseract OCR PLEASE ONLY RESPOND IF YOU HAVE THE RELEVANT EXPERIENCE.

    €123 (Avg Bid)
    €123 Offre moyenne
    22 offres
    Project for Sohan D. S&#039;est terminé left

    ...requests are successful and we are not omitting any product. 2. it has to be stable and scalable as there are over 2 Million Products Note: The development should be well documented and code-commented to easily understand the code and to later add more functions and to maintain the crawler. Optional but recommended technologies are: Selenium, Python, Scrapy,, AWS, Proxy services like Crawlera, lXML, Beautiful Soup, Requests, etc. Another ones Optional but recommended are: Pillow, schedule, Twisted, time, json and pymongo...

    €213 (Avg Bid)
    €213 Offre moyenne
    1 offres

    ... etc to avoid bans and blocks and to ensure that all requests are successful and we are not omitting any product from a URL listing. Note: The development should be well documented and code-commented to easily understand the code and to later add more functions and to maintain the crawler. Optional but recommended technologies are: Python, Scrapy, Selenium, AWS, Proxy services like Crawlera, lXML, Beautiful Soup, Requests, etc. Another ones Optional but recommended are: Pillow, schedule, Twisted, time, json and pymongo...

    €195 (Avg Bid)
    €195 Offre moyenne
    8 offres
    AMAZON DATA SCRAPPING S&#039;est terminé left

    I HAVE A SET OF PRODUCT SKU/ASIN AND REQUIRE SOME PRODUCT INFORMATION ****APPLY ONLY IF YOU HAVE SCRAPPED AMAZON BEFORE******* Python | Web Scraping | Web automation | Data extraction Scraping data from website with Py..... I NEED HELP WITH DATA SCRAPING FROM A FEW WEBSITES AND I AM LOOKING FOR RELIABLE PERSON TO HELP US. WE WOULD REQUIRE THE SCRIPT TO BE DEPLOYED ON THE SERVER AND CREATE A DATABASE. THIS SCRIPT MUST BE AUTOMATED Required skills are: ✔ Data Analysis ✔ Pandas ✔ Web Scraping, Data extraction ✔ Web Automation ✔ Data Mining ✔ Python programming ✔ Selenium Webdriver ✔ Beautiful Soup ✔ Requests ✔ lxml ✔ urllib ✔ XLSX/ CSV / JSON / SQLite ... ✔ Image to Text / Excel / CSV... ✔ Tesseract OCR PLEASE ONLY RESPOND IF YOU HAVE THE RELEVANT EXPERIENCE.

    €139 (Avg Bid)
    €139 Offre moyenne
    29 offres

    Python | Web Scraping | Web automation | Data extraction Scraping data from website with Python script, product data, Title, Description, images, prices, download images... I NEED HELP WITH DATA SCRAPING FROM A FEW WEBSIT.... I NEED HELP WITH DATA SCRAPING FROM A FEW WEBSITES AND I AM LOOKING FOR RELIABLE PERSON TO HELP US. WE WOULD REQUIRE THE SCRIPT TO BE DEPLOYED ON THE SERVER AND CREATE A DATABASE. THIS SCRIPT MUST BE AUTOMATED Required skills are: ✔ Data Analysis ✔ Pandas ✔ Web Scraping, Data extraction ✔ Web Automation ✔ Data Mining ✔ Python programming ✔ Selenium Webdriver ✔ Beautiful Soup ✔ Requests ✔ lxml ✔ urllib ✔ XLSX/ CSV / JSON / SQLite ... ✔ Image to Text / Excel / CSV... ✔ Tesseract OCR PLEASE ONLY RESPOND IF YOU HAVE THE RELEVANT EXPERIENCE.

    €148 (Avg Bid)
    €148 Offre moyenne
    40 offres
    LXML and Regex Project S&#039;est terminé left

    Micro Project involving LXML and Regex in Python. Should take less than 5 lines of code to debug.

    €20 (Avg Bid)
    €20 Offre moyenne
    8 offres
    I need a short program. S&#039;est terminé left

    I'm a senior who need some help to scrape data from the web into an Excel sheet like this: date Symbol cash current assets current liab ltd net income FCF 1/1 AAPL 111 1212 777 888 400 55 MSFT 117 2222 888 898 310 ...Symbol cash current assets current liab ltd net income FCF 1/1 AAPL 111 1212 777 888 400 55 MSFT 117 2222 888 898 310 42 etc Similar to what this site did: How to scrape Yahoo Finance and extract fundamental stock market data usng Python, LXML, and Pandas, by Matt Button...

    €23 (Avg Bid)
    €23 Offre moyenne
    15 offres
    Python Web Scraper S&#039;est terminé left

    I am looking for someone to build a web scraper using any of the python top python scrapers (Requests, Beautiful Soup 4, lxml, Selenium or Scrapy. I have included comments in the file to illustrate what I am looking for in the program. I need the program to loop through the index in the file and run the calculation for each item in the index. I have attached the calculation I want the program to do and an example of the program I have now. You can either combine the two documents to create one program where or start from scratch.

    €90 (Avg Bid)
    €90 Offre moyenne
    21 offres

    I would even call this a project. I am a noob developer and would like to run an app I developed in python using pypy for speed reasons. The issue is I cant manage to find out how to install the python lxml library in pypy.

    €19 (Avg Bid)
    €19 Offre moyenne
    3 offres

    Hello, great designers! I am going to start an agency which will focus on web scraping jobs, and web front end development jobs. Our skills include: * C#: HtmlAgilityPack; Selenium; ; MSSQL, MySQL database. * Python: lxml, requests; lxml; jsonpath; scrapy. * Other related to scraping: XPath/Json Path/Regular Expression/XML/JSON/CSV * Web development: Python flesk; ASP.NET MVC. Now we are looking for a great designer to design a logo and banner. Our agency name is ScrapingAnyWhere. I myself don't know about design, you need to do it all yourself, let people see our banner or logo, then know who we are, what we do. Provide different size images. Logo: 32 * 32; 64*64; 128*128, 256*256. Banner: 468*60 (width*height); 400*40. I don't know which size is good, ...

    €107 (Avg Bid)
    €107 Offre moyenne
    27 offres
    python installer S&#039;est terminé left

    install pypi and this dependencies with pypi lxml==4.4.3 numpy==1.18.1 pandas==0.25.3 PyMySQL==0.9.3 python-dateutil==2.8.1 pytz==2019.3 six==1.14.0 SQLAlchemy==1.3.13

    €23 (Avg Bid)
    €23 Offre moyenne
    18 offres

    lxml==4.4.3 numpy==1.18.1 pandas==0.25.3 PyMySQL==0.9.3 python-dateutil==2.8.1 pytz==2019.3 six==1.14.0 SQLAlchemy==1.3.13

    €19 (Avg Bid)
    €19 Offre moyenne
    13 offres

    ...MODULE 2 ) Scrape item's reviews We have example scripts. You can review it for better understanding of our needs. It seems AliExpress blocking HTTP requests if you don't use a browser. We want to achieve this scraping operation without using any browser (headless, selenium, etc.) However if it's the only case you are allowed to use headless Chromium browser. Requirements: Python 3 BeautifulSoap LXML Request Selenium or Scrapy *Proxy support Please check attachment for the illustrations & examples. ------- Example Product URL: # Input aliexpress_scraper.extract_product(aliexpress_id=32965298053) ------- # Title Optimization Default product title: LOVECOM

    €175 (Avg Bid)
    €175 Offre moyenne
    19 offres

    I have done the following steps. conda create -n gpu python=3.7 conda activate gpu pip install ipykernel==4.8.0 python -m ipykernel install --user --name object --display-name "gpu" conda install tensorflow-gpu=1.15.0 conda install jupyter pip install cython pip install contextlib2 pip install keras pip install pillow pip install lxml pip install jupyter pip install matplotlib cd Desktop cd models-master cd research C:/Protoc/bin/protoc object_detection/protos/*.proto --python_out=. python build python install python object_detection/builders/ But for some reason when I finally run that last line to run the test script I get an error saying ModuleNotFoundError: No module named 'nets' I just want help getting the dang tensorflow object detection stuff

    €21 (Avg Bid)
    €21 Offre moyenne
    11 offres

    Deploy the python code zip onto cloud. - The scripts are python codes which uses the following requirements/dependencies: beautifulsoup4==4.8.1 mysql-connector-python==8.0.18 requests==2.22.0 selenium==3.141.0 lxml==4.4.1 - The script is used to scrape some info from website to mysql database. It works fine on local mysql, but now the script has to be deployed to AWS lambda and let the script be scraped onto AWS RDS. The scraping scripts use Beautifulsoup and selenium(Chromedriver) Why work with me? I am quite tech-oriented. I know lots of coding, python, sql, and some knowledge in cloud. I have uploaded some scripts onto cloud Lambda already, so basically i just want some cloud expert to provide me guidance into uploading another script.

    €16 (Avg Bid)
    €16 Offre moyenne
    4 offres

    I have existing code to login and a scrape website for 10 data elements. I would like to do the same thing, just for a different website. The scraper will need to login to the new website, browse to page containing key data, retrieve and parse the data into an existing object class. Code used to scrape another site will...have existing code to login and a scrape website for 10 data elements. I would like to do the same thing, just for a different website. The scraper will need to login to the new website, browse to page containing key data, retrieve and parse the data into an existing object class. Code used to scrape another site will be provided and can be used as a framework. The existing code uses Phyton with LXML, AsyncIO, and AIOHttp. New code is expected to use the same tec...

    €30 / hr (Avg Bid)
    €30 / hr Offre moyenne
    32 offres

    we are building an analytical dashboard based on python beautifulsoup LXML crawler mechanism we need someone with excellent domain knowledge of data science who can help us in data pre-processing, text analysis and in building interactive dashboard visualization with frontend javascript and HTML, the one should also have good knowledge of web development with flask and Jinja templating please bid only, if your profile matches with the proposed criteria for more details visit

    €469 (Avg Bid)
    €469 Offre moyenne
    25 offres

    I need a Python programmer to assist me with coding in a few projects. - Flask - REST APIs - Beautiful soup / lxml (half hour to learn) - XPath and CSS selectors (it takes 1-2 hours to learn) - Selenium (a few hours to learn) Not necessary but would be a plus if you are experienced in: - Pandas and Numpy - SQL - Instragram scrapping Please write about your previous experiences and other programming skills in your cover letter. In your cover letter, please write a small code piece which downloads a web page and parses it using beautifulsoup or lxml using XPath or CSS selector. You need to get EUR/USD's current value from the following page (it is around 1.1030 now, it might change, the value in bold text at top left) This is actually a

    €972 (Avg Bid)
    €972 Offre moyenne
    32 offres
    Generate xml from csv based on xsd. S&#039;est terminé left

    ...element names, parent names, type of element (i. e string, number, date etc), and attributes which go in and he elements. 2. Create part 2 of the python script to use data from csv file and the xsd to generate an xml. More details can be provided on request. 1. The first step is to create a csv file from xsd file . The csv file would show element name, text and attributes with name and value. Python lxml and xmlschema libraries can be used for that. Also I prefer to create the pandas dataframe before saving it as csv but not necessary. This is now the csv template to create xml for 2nd step. 2. In step 2, user selects the fields in csv and fills in element text and attribute values. The 2nd part of python script reads all the data from csv file and creates an xml. During the xm...

    €172 (Avg Bid)
    €172 Offre moyenne
    22 offres
    Web Script - Update Required -- 3 S&#039;est terminé left

    i have a developed script which require a small updates: 1. web data extraction required like tags, and ids 2. store tags and ids in list 3. loop function for tags and ids calling for function 4. two tasks for web automation (res. and tags selection) i'm looking for python developer specialized in: Beautifulsoup Requests, lxml, re RoboBrowser#Headless i have included the work files that will help you understand the requirements (ask me for password) PS1: web inspect Must be done remotely using anydesk for example PS2: DONT place bid that's exceed my maximum budget (your bid will be ignored) PS3: lower bidder will have more chance

    €58 (Avg Bid)
    €58 Offre moyenne
    14 offres
    Web Script - Update Required -- 2 S&#039;est terminé left

    i have a developed script which require a small updates: 1. automation web task depend on certa...updates: 1. automation web task depend on certain tags availability 2. creation list of given links to be used in other function 3. Data extraction required like web tags, and ids i'm looking for python developer with a very good experience in these modules: Beautifulsoup, RoboBrowser#Headless (which belong to the addition updates) the script also uses configparser, html_parser, requests,etree (lxml) i can provide a clear documentation of my requirements in chat if we agreed to do the work also i have wrote an explanation of the script logic to help to do the new implementation. Note: in case if webpage elements investigation Required thats Must be done remotely using anyd...

    €40 (Avg Bid)
    €40 Offre moyenne
    13 offres
    Web Script - Update Required S&#039;est terminé left

    i have a developed script which require a small updates: 1. automation web task depend on certa...updates: 1. automation web task depend on certain tags availability 2. creation list of given links to be used in other function 3. Data extraction required like web tags, and ids i'm looking for python developer with a very good experience in these modules: Beautifulsoup, RoboBrowser#Headless (which belong to the addition updates) the script also uses configparser, html_parser, requests,etree (lxml) i can provide a clear documentation of my requirements in chat if we agreed to do the work also i have wrote an explanation of the script logic to help to do the new implementation. Note: in case if webpage elements investigation Required thats Must be done remotely using anyd...

    €33 (Avg Bid)
    €33 Offre moyenne
    6 offres

    i have a developed script files which i want to implement as follow: 1. addition automation task...function 3. changing method of data extraction 4. fix input settings function to work in proper way Note: script is using web scraping to extract required data for process tasks i'm looking for python developer with a very good experience in these modules: Beautifulsoup, RoboBrowser#Headless (which belong to the addition updates) the script also uses configparser, html_parser, requests,etree (lxml) i can provide a clear documentation of my requirements in chat if we agreed to do the work also i have wrote an explanation of the script logic to help to do the new implementation. Note: in case if webpage elements investigation Required thats Must be done remotely using anyd...

    €58 (Avg Bid)
    €58 Offre moyenne
    7 offres
    BeautifulSoup Webpage Scripting S&#039;est terminé left

    i m looking for python developer that expertise in BeautifulSoup, lxml, requests and other related libraries to develop a headless script that do some actions in a webpage. for ex. (find elements, req, get, post, download) i have an example script that uses similar actions to my requirements it can be use as a reference script but i need to develop my own script. at end this script will be implement in my main python program so i want it to be flexible to import other variables in main program to be call with this script. i have wrote a documentation of exact steps i would like to implement so i will provide it in the chat when asked. Example Script with similar actions:

    €65 (Avg Bid)
    €65 Offre moyenne
    8 offres

    BUDGET Total payment will be given after our company staff finished the UAT and all the key Acceptance Criteria fulfilled. Please put your final Quotation into the system after you have go through the detail of the project DURATION Main Development: 3 weeks after the Award (predict...the Freelancer would need to sign a Non Disclosure Aggreement. PROJECT DETAILS Refer to belows URL for the Project Details. That document serves as the Contract Terms. Should you have any Questions, please ask using the comment below the page. We will answer there too, so that every bidder can read the same answer. use this login data: user: guest pwd: guest SKILLS REQUIRED: Odoo CPython C

    €471 (Avg Bid)
    €471 Offre moyenne
    12 offres
    Running Odoo 11 Using Iron Python S&#039;est terminé left

    BUDGET Total USD300, which will be given after our company staff finished the UAT and all the key Acceptance Criteria fulfilled. Please put your final Quotation into the system after you have go through the detail of the project DURATION Main Development: 3 weeks after the Award (p...the Freelancer would need to sign a Non Disclosure Aggreement. PROJECT DETAILS Refer to belows URL for the Project Details. That document serves as the Contract Terms. Should you have any Questions, please ask using the comment below the page. We will answer there too, so that every bidder can read the same answer. use this login data: user: guest pwd: guest SKILLS REQUIRED: Odoo CPython C

    €223 (Avg Bid)
    €223 Offre moyenne
    4 offres
    Python Web Scrapper Specialist S&#039;est terminé left

    Python Web Scrapper Specialist Expert knowledge of Scrapy, Beautiful Soup, lxml, selenium, and proxy rotation libraries.

    €29 (Avg Bid)
    €29 Offre moyenne
    21 offres

    Hello, I need a programmer with experience in: 1. Python - jupyter notebooks 2. lxml library to parse xml file I will send you a large XML ~1.2Gb with a reasonable schema (large list of relatively simple and flat xml tags) The result should by a single jupyter notebook that parse this file and then executes 5 simple queries on it (simple queries such as search for all elements that has a sub-element that has the string "123" in it) Since it is a large file - you should try to write efficient queries and have experience with this kind of tasks. I do not require real-time performance but it should take seconds and not minutes.

    €51 (Avg Bid)
    €51 Offre moyenne
    5 offres
    python script modification S&#039;est terminé left

    i have a script which can capture the http header i need some modification its written on python +lxml+ beautifulsoup4 i need to make it as an interactive script

    €14 (Avg Bid)
    €14 Offre moyenne
    7 offres

    Hi I need to fix a script that now is not working correctly. The script uses python3.6 and the following modules import requests import logging import queue import re import json import random import string import threading import time import sys import traceback import lxml from bs4 import BeautifulSoup as bs from openpyxl import load_workbook

    €45 (Avg Bid)
    €45 Offre moyenne
    10 offres
    Web Scraping Expert required S&#039;est terminé left

    Hi, we are looking for professional Web Scraping Expert, who have sound knowledge of Python(Scrapy, BeautifulSoup, requests, lxml, Selenium, Regex , Pandas) to scrape data from website efficiently. We need to get data from some companies website, educational sites and more. Our Project is Big and we need reliable Expert for duration of six months. This would be Hourly based jobs and we'd give more details after getting bid.

    €7 / hr (Avg Bid)
    €7 / hr Offre moyenne
    11 offres
    Fix a bug in Python S&#039;est terminé left

    Need a Python LXML script to scrape data from the following web page:

    €25 (Avg Bid)
    €25 Offre moyenne
    8 offres