Did you know ... | Search Documentation: |
Pack twitter -- README.md |
This is a pack to make application searches of twitter.
You need to go to https://apps.twitter.com/ and make an app with a consumer key and consumer secret.
To use :
use_module(library(twitter))
.
get_bearer_token('yourkey','yoursecret',Json,Token,Error)
.
%This this asserts token/1
Then you can make a search. e.g. searching for tweets with the word 'walrus' is done as so:
token(T)
,make_a_search('walrus',T,Json,ErrorCode)
.
Json is a dict with the response from twitter.