Twitter API (#207)

* add twitter service

* update readme
This commit is contained in:
Asim Aslam
2021-09-15 13:59:31 +01:00
committed by GitHub
parent 2a5b79e010
commit 7bbd58d0be
15 changed files with 660 additions and 0 deletions

20
twitter/examples.json Normal file
View File

@@ -0,0 +1,20 @@
{
"timeline": [{
"title": "Get a twitter timeline",
"run_check": false,
"request": {
"username": "m3oservices",
"limit": 1
},
"response": {
"tweets": [{
"id": "1437415171966873611",
"text": "Leveraging Micro APIs through Nocode (using @bubble) https://t.co/I5Z6bx31c7 #bubble #nocode #microapis #publicapis #m3o",
"username": "m3oservices",
"created_at": "Mon Sep 13 13:57:37 +0000 2021",
"retweeted_count": "2",
"favourited_count": "2"
}]
}
}]
}