hernamesbarbara / table2csv

Extract data from an HTML table and store results to a csv file.
38 stars 10 forks source link

========= table2csv

Simple script for downloading html tables as csv.

Installation

.. code:: bash

pip install -U table2csv

Usage

.. code:: bash

table2csv http://en.wikipedia.org/wiki/List_of_Super_Bowl_champions > dump.txt
python -m table2csv.main http://en.wikipedia.org/wiki/List_of_Super_Bowl_champions > dump.txt

Use --nth=[int] to grab a certain table from the page.

Features

TODO

View on Github <https://github.com/hernamesbarbara/table2csv/>__