New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

untappd-crawler

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untappd-crawler

A CLI client for exporting elasticsearch data to csv

  • 0.2
  • PyPI
  • Socket score

Maintainers
1

Tool for crawling and exporting data data from Untappd public site

Note

This is still early in the development and a bit rough around the edges. Any bug reports, feature suggestions, etc are greatly appreciated. :)

Installation and usage

Installation Since this is a Python package available on PyPi you can install it like any other Python package.

.. code-block:: shell

# on modern systems with Python you can install with pip
$ pip install untappd_crawler
# on older systems you can install using easy_install
$ easy_install untappd_crawler

Usage The commands should be mostly self-documenting in how they are defined, which is made available through the help command.

.. code-block:: shell

$ untappd_crawler
usage: untappd_crawler -o <output_file_path> [-u <username>] [-b <beer_ids_repeated>]

arguments:
  -h, --help            show this help message and exit
  Rest are in the help

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc