Skip to content

GiorgosXou/untappdscr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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