Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 561 Bytes

File metadata and controls

34 lines (22 loc) · 561 Bytes

HubSpot-python Search results iterating sample app

Requirements

  1. Make sure you have Python 3.8+ installed.
  2. Configured .env file

Running

  1. Install dependencies
pip3 install -r requirements.txt
  1. Commands

Show all commands (get help)

python cli.py -h

Run sample app

python cli.py -q [search_query] -s [batch_size]

Example:

python cli.py -q test -s 5