tableau-scraping
Tableau scraper python library. R and Python scripts to scrape data from Tableau viz
File Explorer
Download Latest Version (.zip)- ci.yml
- tableau.R
- dropdown_item.py
- get_worksheets.py
- prompt.py
- select_item.py
- __init__.py
- api.py
- dashboard.py
- parameterControl.py
- selectItem.py
- TableauScraper.py
- TableauWorkbook.py
- TableauWorksheet.py
- utils.py
- __init__.py
- test_api.py
- test_common.py
- test_parameterControl.py
- test_selectItem.py
- test_TableauScraper.py
- test_TableauWorkbook.py
- test_TableauWorksheet.py
- test_utils.py
- test_workbook.py
- __init__.py
- .gitignore
- codecov.yml
- deploy.sh
- LICENSE
- pytest.ini
- README.md
- requirements.txt
- setup.py
- test-requirements.txt
- tested_url.txt
- tox.ini
# Installation Guide
1. Get the code
git clone https://github.com/bertrandmartel/tableau-scraping
Downloads the entire project code from GitHub to your computer.
cd tableau-scraping
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install TableauScraper
Installs the package published on PyPI directly โ no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install TableauScraper
Installs the package published on PyPI directly โ no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
