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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

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

bewspweb-0.1.1-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bewspweb-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 2.0 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d4eab583c5c6d83cdd5429c51c2bd8077fd39bd66117846a61fe0b1eb9ef1eda
MD5 c417da021fe216d21e73a35c9f4bca91
BLAKE2b-256 18a8f1b2dc1b7ec7c1d00190151dd2699032bea36a8122d6a25233403d677c29

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