{"errors": [{"message": "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.", "code": 68}]}
the next build of the update site (stable+nightly) contains a fixed TwitterSearcher supporting the required OAuth authentication scheme. Unfortunately, some more steps are now necessary for authenticating the API:
On the application page, click the 'Create my access token' button, wait some seconds and refresh the page
Enter the following data in the KNIME settings: Consumer key, Consumer secret, Access token, Access token secret (in KNIME under Settings > KNIME > Palladian Web Searcher).
i'm new to twitter-mining/paladian nodes in knime.
i got my account und put the settings right, but even example-querys from twitter api documentation just create an empty data table when WebSearcher is executed.
tried, it works for me (sample workflow I used is attached). Are you using the most current version of the Palladian plugins? Do you get any log output during search in the ?
I've successfully used the Palladian WebSearcher node to query Twitter. I'd like to restrict the tweets and so entered the string "#fitbit&until=2013-12-08" in the column read by WebSearcher. But I get an empty table.
Any suggestions how I can specify the parameters from the Twitter API found here:
I'm sorry, this is currently not supported by the nodes. As we have this functionality in the underlying Palladian library, we might eventually provide it with the nodes (including other search criteria), but currently, I can give no estimate when this will be the case.
Hi, I am using the Palladian Websearcher and also TextClassifier nodes in the class I'm teaxching. I wonder if you can help answer a couple of questions:
On Websearcher node, how can I get the API keys etc for the other search engines e.g., Google Custom Search? I can get the Google Cusotm Search API key but what is the Google Custom Search Identifier?
On the TextClassifier node, do you have the corpus for determining the polarity of terms and can one modify the list based on domain requirements? Any references?
So if I want to do a Google custom search and have registered with Google. What would the two fields be, i.e., uner \KINME\Preference\KNIME\Palladian Web Searcher\ entries for Google Customer Seach API key and Google Custom Search identifier? Also under the node WebSearcher I will then use Google Custom Search for the Search engine drop-down slections, right?
Excuse me, what I posted above was wrong. The identifier is of course not the "name" of your Google custom search engine, but the search engine ID. In my case, it's an alphanumeric string of 33 characters, starting with numbers, colon, then letters+digits. API key can be obtained from the Google Cloud Console.