samwalrus / twitter_pack

Pack to access twitter api from swi prolog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pack to access twitter api from swi prolog


Languages

Language:Prolog 100.0%