Giter Club home page Giter Club logo

gohighlevel_python_sdk_v1's Introduction

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.