GiorgosXou / untappdscr

An https://untappd.com scraper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Untappdscr V.1.0.3 🍻

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_4.py & 5 .

from untappdscr import UntappdScraper
untappd = UntappdScraper((1,2), 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 stoped accepting new applications a long time ago.

Research

About

An https://untappd.com scraper.


Languages

Language:Python 100.0%