richardautry / pub-crawler

Crawls the internet for beer info
0 stars 0 forks source link

Create tests against Ardent website #18

Open richardautry opened 2 years ago

richardautry commented 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.

richardautry commented 2 years ago

Using beautiful soup, we can more easily parse out semi-structured arrays of data. All extraction methods will need to return arrays of data.