<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: qlik sense with python in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-with-python/m-p/1543552#M10010</link>
    <description>&lt;P&gt;What are you trying to achieve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using python in script or SSE ?&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2019 11:43:38 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-02-13T11:43:38Z</dc:date>
    <item>
      <title>qlik sense with python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-with-python/m-p/1543509#M10009</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to integrate qlik sense with python.I wanted to know does app id change during import and export or just only when we publish the app?&lt;/P&gt;&lt;P&gt;Any reference regarding app ids and how the&amp;nbsp; backend process works is highly appreciable&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:36:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-with-python/m-p/1543509#M10009</guid>
      <dc:creator>harika18</dc:creator>
      <dc:date>2024-11-16T06:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: qlik sense with python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-with-python/m-p/1543552#M10010</link>
      <description>&lt;P&gt;What are you trying to achieve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using python in script or SSE ?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2019 11:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-with-python/m-p/1543552#M10010</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-13T11:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: qlik sense with python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-with-python/m-p/1568117#M10335</link>
      <description>Hi,&lt;BR /&gt;refer this code&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from websocket import create_connection&lt;BR /&gt;import ssl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;senseHost = "HOST1"&lt;BR /&gt;privateKeyPath = "/Users/ABC"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;## userDirectory and userId can be found at QMC -&amp;gt; Users&lt;BR /&gt;userDirectory, userId = "DIR", "user1"&lt;BR /&gt;&lt;BR /&gt;url = "wss://" + senseHost + ":443/app" # valid&lt;BR /&gt;certs = ({"ca_certs": privateKeyPath + "root.pem",&lt;BR /&gt;"certfile": privateKeyPath + "client.pem",&lt;BR /&gt;"keyfile": privateKeyPath + "client_key.pem",&lt;BR /&gt;"cert_reqs": ssl.CERT_NONE,&lt;BR /&gt;"server_side": False&lt;BR /&gt;})&lt;BR /&gt;ssl.match_hostname = lambda cert, hostname: True&lt;BR /&gt;ws = create_connection(url, sslopt=certs,&lt;BR /&gt;header={'X-Qlik-User: UserDirectory=%s; UserId=%s' % (userDirectory, userId)})&lt;BR /&gt;&lt;BR /&gt;print ("connetced")&lt;BR /&gt;&lt;BR /&gt;session = ws.recv()&lt;BR /&gt;&lt;BR /&gt;print (session)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Apr 2019 11:05:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/qlik-sense-with-python/m-p/1568117#M10335</guid>
      <dc:creator>mayuringale25</dc:creator>
      <dc:date>2019-04-11T11:05:55Z</dc:date>
    </item>
  </channel>
</rss>

