This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # by joedf - MIT license - May 2022 | |
| from bs4 import BeautifulSoup | |
| import glob, csv | |
| # get html pages from either of these pages | |
| # https://tap-dig-my-museum-wiki.fandom.com/wiki/Fossils | |
| # https://tap-dig-my-museum-wiki.fandom.com/wiki/List_of_fossils | |
| def file2Soup(path, enc="utf8"): |