├── Procfile ├── README.md ├── app.py ├── create_config.sh ├── requirements.txt ├── resources └── VideoImage.png └── runtime.txt /Procfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlyWargnier/python-html-table-scraper/HEAD/Procfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlyWargnier/python-html-table-scraper/HEAD/README.md -------------------------------------------------------------------------------- /app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlyWargnier/python-html-table-scraper/HEAD/app.py -------------------------------------------------------------------------------- /create_config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlyWargnier/python-html-table-scraper/HEAD/create_config.sh -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlyWargnier/python-html-table-scraper/HEAD/requirements.txt -------------------------------------------------------------------------------- /resources/VideoImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CharlyWargnier/python-html-table-scraper/HEAD/resources/VideoImage.png -------------------------------------------------------------------------------- /runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.7.5 2 | --------------------------------------------------------------------------------