Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

GHL SDK - Python SQL Sample App

This sample application demonstrates how to use the GoHighLevel Python SDK with SQL as storage option for tokens.

Overview

This is a Python/Flask application that shows how to:

  • Implement OAuth 2.0 flow with GoHighLevel
  • Handle OAuth callbacks and token management using SQL
  • Use OAuth tokens to access the GHL API
  • Display token information and make authenticated API calls

Installation

  1. Navigate to this directory

    cd python/sample-app-sql
  2. Install dependencies

    pip install -r requirements.txt
  3. Set up environment variables

    Create a .env file in the root directory and copy .env.example and add values.

Running the Application

  1. Start the server
    python app.py