Skip to main content

Functions to extract data from a web page using selenium webdriver with not too much code.

Project description

bewspweb

In this repository you can find a module that allows you to extract data from a homepage with some functions, passing a few parameters and storing them in a list.

Getting Started

Prerequisites

To use it assertively, it is necessary to install some modules.

  • Selenium
  • Webdriver-manager
pip install selenium
pip install webdriver-manager

Installation

To install de package, just run the command:

pip install bewspweb

Functions

This module has some functions:

bewspweb_start()

This function is to start the driver and open the web page using the defined parameters.

bewspweb_weave()

This function is to collect data from a web page defining the type of the element, the element itself, the type of the subelement, the subelement itself. The function returns a list with the data collected.

bewspweb_print()

This function is to print the collected data from a web page.

How to Use

  • Start driver with bewspweb()
from bewspweb import bewspweb_start

bewspweb_start(url_main="https://webscraper.io/test-sites/e-commerce/scroll")
from bewspweb import bewspweb_start

bewspweb_start(url_main="https://webscraper.io/test-sites/e-commerce/scroll", headless=True, windows_mode="maximize", mute_audio=True)
  • Collecting with bewspweb_weave()
from bewspweb import bewspweb_start, bewspweb_weave

# Initialize driver
bewspweb_start(url_main="https://webscraper.io/test-sites/e-commerce/scroll")

# Start webscrapping
list_name = bewspweb_weave(type_element=By.XPATH,
    element="/html/body/div[1]/div[3]/div/div[2]/div[2]",
    type_subelement=By.XPATH,
    subelement="/html/body/div[1]/div[3]/div/div[2]/div[2]/div",
    selsubtag="a",
    subtag="title",
    tries=10)
  • Printing with bewspweb_print()
from bewspweb import bewspweb_start, bewspweb_weave, bewspweb_print

# Initialize driver
bewspweb_start(url_main="https://webscraper.io/test-sites/e-commerce/scroll")

# Start webscrapping
list_name = bewspweb_weave(type_element=By.XPATH,
    element="/html/body/div[1]/div[3]/div/div[2]/div[2]",
    type_subelement=By.XPATH,
    subelement="/html/body/div[1]/div[3]/div/div[2]/div[2]/div",
    selsubtag="a",
    subtag="title",
    tries=10)

# Print woven list
bewspweb_print(list=list_name, col_a=0, col_b=1)

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bewspweb-0.1.3.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bewspweb-0.1.3-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

Details for the file bewspweb-0.1.3.tar.gz.

File metadata

  • Download URL: bewspweb-0.1.3.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for bewspweb-0.1.3.tar.gz
Algorithm Hash digest
SHA256 0d44f5cdc6074f37859b8d5f799330e2d66642863d395cdd564ecc9015e2413a
MD5 c4c704479c07b1cc8d01668a3eefe522
BLAKE2b-256 16df262fbd1b6d5925c064f902ee133941f017987e3a37aa7479ff883a06a61c

See more details on using hashes here.

File details

Details for the file bewspweb-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: bewspweb-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 5.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.10.12

File hashes

Hashes for bewspweb-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 031fe075fb00c418582e1f580a66f30c7bee8b59532b971ae8ff78ded25d9cca
MD5 7ef32a49001d8728798305ea76bfe8e9
BLAKE2b-256 887f41ccc3fb958df2a87fba804d4a0d45931f5623da245394c7d6e32b5539d5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page