Changes between Version 1 and Version 2 of Guides/Telldus Live API


Ignore:
Timestamp:
Oct 4, 2024, 3:16:25 PM (12 days ago)
Author:
edwin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Guides/Telldus Live API

    v1 v2  
    5353}}}
    5454
    55 For the main application, let's call it `app.py`. We will use the python module `requests_oauthlib` to facilitate the OAuth1.0a work flow.
     55For the main application, let's call it `app.py`.
    5656
    5757**app.py**
     58
     59We will be using the Python package called [https://pypi.org/project/requests-oauthlib/ `requests_oauthlib`]. You can install this package using pip:\\
     60{{{
     61pip install -U requests_oauthlib
     62}}}
    5863
    5964First, we construct a function to setup and return an OAuth 1.0a session: