bombardier200 / MyJohnDeereAPI-OAuth2-Python-Example

Example Python Application for OAuth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oauth2-example-python

Python version used 3.8

Recommended running instructions:

  1. Create a virtual environment:

    $> python3 -m venv venv
  2. Activate the newly created environment:

    On macOS and Linux:

    $> source venv/bin/activate

    On Windows

    c:\> .\env\Scripts\activate
    
  3. Install dependencies:

    $> (venv) python -m pip install -r requirements.txt
  4. Start the server locally:

    $> (venv) python john-deere-api.py

About

Example Python Application for OAuth2


Languages

Language:Python 40.1%Language:HTML 36.3%Language:CSS 22.3%Language:JavaScript 1.2%