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.2-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bewspweb-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 2.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.66.5 urllib3/1.26.5 CPython/3.10.12

File hashes

Hashes for bewspweb-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fe592b4fa654350cf99cf76be1dc06c9693e16d0bfa3d7d1a7d1debe7d4aacea
MD5 352b8febbedf12fa87cc99705211101f
BLAKE2b-256 efcbb2230f764e9d0d9dfaea7449d756b9797f2e035227dddbfebc36ee09aef8

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