Skip to main content

Scraping HTML Tables from websites to csv file

Project description

EzScraper

This is a Python package that converts HTML tables to CSV files. It provides a simple and efficient way to extract data from tables and store it in CSV format.

Installation

You can install the package using pip:

pip install EzScraper

Usage

The package provides a table_to_csv class that you can use to extract tables from HTML pages and convert them to CSV files. Here's an example:

from EzScraper import table_to_csv

url = "https://www.worldometers.info/coronavirus/"
crawle = table_to_csv(url=url, file_name="my_table")
crawle.extract_tables()

This will extract all tables from the specified URL and save each one as a separate CSV file in the current working directory. You can also specify the index of the table you want to extract using the index parameter:

table_to_csv(url, all=False, index=2, file_name='my_table')

This will extract the third table from the specified URL and save it as a CSV file with the name "my_table.csv" in the current working directory.

You can also use the file_name parameter to specify the name of the CSV file. If you don't specify a name, the package will generate a unique name based on the current date and time.

table_to_csv(url, all=True, index=False, file_name='my_data')

This will extract all tables from the specified URL and save them as CSV files with names like "my_data.csv", "my_data_1.csv", "my_data_2.csv", etc.

Contributing

If you want to contribute to the package, please fork the repository, make your changes, and submit a pull request. Please include tests for any new features or bug fixes you add.

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

EzScraper-1.2.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

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

EzScraper-1.2-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file EzScraper-1.2.tar.gz.

File metadata

  • Download URL: EzScraper-1.2.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for EzScraper-1.2.tar.gz
Algorithm Hash digest
SHA256 7835c45582714c703e5ce019a114703f10c678722e93e53ee569c52ce7b5b70d
MD5 eed72cab30bbd6d1f1abd15005c92c59
BLAKE2b-256 a1ea8c9c9d84e2d28d634364cd42b234b2c7233bf34223dc2c98fa8faf76d848

See more details on using hashes here.

File details

Details for the file EzScraper-1.2-py3-none-any.whl.

File metadata

  • Download URL: EzScraper-1.2-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for EzScraper-1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bac16a2d392960fd4621ba87f5a15314a09aa43195e36f75aa17e2e5373ab74c
MD5 ed26aa8a523a704d620039e54c8a7984
BLAKE2b-256 a9f2960b6b37a8389a3ba1df0a34dc5ec2c85019c229c4f7c11efe69bf7cd7cc

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