Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
Actually, I am intending to connect QlikView to an Opensource that connects with social networks for text mining. So, I am trying to find an Opensource that connects at the same time to QlikView and to social networks. Please is there any suggestions?!
I do really need your help to resolve the problem of connection QlikView and social networks for text mining
Thank you !
You can look into QVSource to connect to social media:
Hello !
Actually, I have to purchase the Qvsource and I can't make for the moment. I have to look for an other alternative in order to carry out the text mining !
Thank you
Unless those services have relatively open APIs, so you can pull in the data in JSON or somesuch and format in QlikView, ODBC/OLE DB access, then you're not going to be able to connect to social networks for data mining purposes, at least directly.
QV Source listed above is one option, and certainly easier than scripting your own Python or Ruby scraper to connect to their APIs and output the results into a text file for analysis.
Hello Levi,
Do you have any idea how to integrate Python with QlikView? I have tried so with R and I have faced problems of Licence.
Lot of thanks !
It wouldn't be an integration per se. You'd use a python script to scrape the data from Twitter (e.g. computermacgyver/twitter-python · GitHub) or where-ever to form the data you pull into QlikView. Most if not all social media sites worth scraping have APIs but require tokens or secret keys which do not interact well with QlikView.