Skip to content

MB0390231/gohighlevel_python_sdk_v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn


GoHighLevelSDK

GoHighLevelSDK is a python package that provides an interface between your app and GoHighLevel's API.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Usage
  3. Contact

About The Project

This project was started to get accurate marketing information. I use python to connect various softwares without the use of expensive alternatives. GoHighLevel is one of the softwares I needed data from, so I decided to create a SDK to help others as well.

(back to top)

Built With

  • Python

(back to top)

Usage

Using this script is as simple.

  1. Go to your GoHighLevel agency settings and copy your agency key.

  2. Install the requirements using this command in the terminal.

pip install -r requirements.txt
  1. Create a test.py file and copy the following code, making sure to add your agency key.
from GoHighLevelSDK.api import GoHighLevelAgency

agency_api_key = "<AGENCY KEY HERE>"

if __name__=="__main__":
    my_agency = GoHighLevel(agency_token=agency_api_key)

    locations = my_agency.get_locations()
    print(locations)
  1. Run the test.py file.

Congrats! You are up and running :)

(back to top)

Contact

Email: [email protected]
Project Link: GoHighLevelSDK

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages