Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Table Markdown Extractor

A Python tool designed to extract tables from any webpage and convert them into Markdown format. Easily integrate extracted tables into your Markdown documents for notes, documentation, or other projects.

Usage

$ python your_script.py <URL> <table_appearance>

Parameters:

  • URL: The URL of the webpage containing the HTML table.
  • table_appearance: The appearance of the table within the HTML. (1,2,3,...)

Notes: If the script cannot perform a cURL action (e.g., due to network issues or invalid URL), it will exit with a status code of 1.

How to Use

Clone the repository

$ git clone https://github.com/DiegoAndresRa/Table-Markdown-Extractor
$ cd Table-Markdown-Extractor

Install dependencies

$ pip install -r requirements.txt

Execute the program

$ python your_script.py <URL> <table_appearance>

About

Python program to extract Markdown from HTML tables given a URL

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages