<?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: Qliksense and python in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1557119#M10183</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please go to below link:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=4HiUXb2Jraw" target="_blank"&gt;https://www.youtube.com/watch?v=4HiUXb2Jraw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;</description>
    <pubDate>Fri, 15 Mar 2019 11:38:29 GMT</pubDate>
    <dc:creator>tush</dc:creator>
    <dc:date>2019-03-15T11:38:29Z</dc:date>
    <item>
      <title>Qliksense and python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1557106#M10182</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have qliksense and python , I want to know how I can add value to my user using these 2 tools?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;neha&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 11:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1557106#M10182</guid>
      <dc:creator>neha_sri</dc:creator>
      <dc:date>2019-03-15T11:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense and python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1557119#M10183</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Please go to below link:-&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=4HiUXb2Jraw" target="_blank"&gt;https://www.youtube.com/watch?v=4HiUXb2Jraw&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 11:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1557119#M10183</guid>
      <dc:creator>tush</dc:creator>
      <dc:date>2019-03-15T11:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense and python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1557121#M10184</link>
      <description>&lt;P&gt;Can you share exact requirements?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 11:41:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1557121#M10184</guid>
      <dc:creator>Shubham_Deshmukh</dc:creator>
      <dc:date>2019-03-15T11:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense and python</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1568110#M10334</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Connect QlikSense with Python&lt;/P&gt;&lt;P&gt;from websocket import create_connection&lt;BR /&gt;import ssl&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;senseHost = "HOST1"&lt;BR /&gt;privateKeyPath = "/Users/ABC"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;## userDirectory and userId can be found at QMC -&amp;gt; Users&lt;BR /&gt;userDirectory, userId = "DIR", "user1"&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;print ("connetced")&lt;/P&gt;&lt;P&gt;session = ws.recv()&lt;/P&gt;&lt;P&gt;print (session)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Mayur Ingale&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 10:55:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qliksense-and-python/m-p/1568110#M10334</guid>
      <dc:creator>mayuringale25</dc:creator>
      <dc:date>2019-04-11T10:55:17Z</dc:date>
    </item>
  </channel>
</rss>

