Metadata-Version: 2.1
Name: beerme
Version: 0.9
Summary: Untapped beer list scraper for Big Hops San Antonio
Home-page: https://github.com/jr0d/beerme
Author: Jared Rodriguez
Author-email: jared@blacknode.net
License: UNKNOWN
Keywords: BigHops,beer
Platform: UNKNOWN
Requires-Dist: beautifulsoup4
Requires-Dist: requests

# BeerMe

beerme is an untapped scraper for Big Hops locations in San Antonio, TX.
I built this utility because javascript page flipper is either too slow or too fast
(depending on which page you are looking at). Untapped does provide API access, but
only to certain individuals.

## Installation
```shell
$ pip install beerme
```

If that does not work, make sure you have python and pip installed. Also, you may need to use
sudo or the `--user` flag for `pip`

## Usage

This version of beerme only has `json` output support. I will add console formatted output
and the ability to filter, sort, and search at some point in the future. 

```
usage: beerme [-h] [--list] [-J] [--dump] [location]

BeerMe BigHops script v0.4

positional arguments:
  location    Beer target

optional arguments:
  -h, --help  show this help message and exit
  --list      list available locations
  -J, --json  Output information in json
  --dump      Dump the raw tap list html
```

**The -J/--json switch is currently _required_**

## Notice

I do not represent Big Hops or Untapped in any way. Use this software at your own risk.

