Short Description
Newswatcher twitter's indexer
Full Description
#Newswatcher twitter indexer#
In: Message containing data to start tracking tweet
Out: Message containing url's articles
##Start docker container##
docker run -d --hostname newswatcher-amqp --name newswatcher-amqp -p 5672:5672 -p 15672:15672 rabbitmq:3-management
##Sample messages##
In
####Start indexer on user timeline####
{
"authentication":{
"consumer_key":"sample consumer key",
"consumer_secret":"sample consumer secret",
"access_token_key":"sample token key",
"access_token_secret":"sample token secret"
},
"method":"user",
"sourceId":1
}
Out
{
"url":"http://petitchevalroux.net",
"sourceId":1
}
Docker Pull Command
Owner
petitchevalroux
Source Repository