Twitter

Test the deployed oracle pipeline hosted by Clique here:

curl --location 'https://sibyl.clique-test.social:3443/query' -k \
--header 'Content-Type: application/json' \
--data '{
    "query_type": "twitter_following",
    "query_param": {
        "userId": "USER_ID",
        "bearer": "YOUR_BEARER",
        "maxResults": 1000
    }
}'

Last updated