Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.96 KB

README.md

File metadata and controls

54 lines (43 loc) · 1.96 KB

UNTAPPDSCR V.1.1.0 🍻

Is an Untappd scraper made primarly for the public in collaboration with a private brewery company.

Installation

pip3 install untappdscr --upgrade

Usage

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())

Brief Documentation

  • 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)

Why though?

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.

Research