Is an Untappd scraper made primarly for the public in collaboration with a private brewery company.
pip3 install untappdscr --upgrade
Look into the examples
folder, especially example_5.py
.
from untappdscr import UntappdScraper
untappd = UntappdScraper((1,2), debug_mode=True) # delay-range, debug-mode
print(untappd.get_top_rated_beers())
- UntappdScraper()
-
- get_beer_picker_list(self, htmldoc=None)
-
- get_brewery_picker_list(self, htmldoc=None)
-
- get_picker_lists(self)
-
- get_top_rated_breweries(self, country='', type='', picker=False)
-
- get_top_rated_beers(self, country='', style='', picker=False)
-
- get_beer(self, _id:int, activity_pages=1)
-
- get_brewery(self, breweryname:str, activity_pages=1)
-
- get_venue(self, _id:int, activity_pages=1, stats=True)
Because Untappd stopped accepting new applications a long time ago.
![Shows a black logo in light color mode and a white one in dark color mode.](https://user-images.githubusercontent.com/25423296/163456779-a8556205-d0a5-45e2-ac17-42d089e3c3f8.png)
- Things I might need:
- Projects:
-
- Inspired by:
-
- Other: