Open richardautry opened 2 years ago
The following website: https://ardentcraftales.com/menus does list their own beer data. Instead they use untappd.com to host their menu.
Consider methods to get around this and collect the beer data fairly.
Using beautiful soup, we can more easily parse out semi-structured arrays of data. All extraction methods will need to return arrays of data.
The following website: https://ardentcraftales.com/menus does list their own beer data. Instead they use untappd.com to host their menu.
Consider methods to get around this and collect the beer data fairly.