getFollowingPageLivestreams
Returns active livestreams of streamers you follow
Arguments:
Name | Description | Required |
---|---|---|
first | Amount of results to return | No, defaults to 20 |
Example:
const bot = new Dlive(key);
bot.getFollowingPageLivestreams().then(r => console.log(r.list.map(s =>
`${s.creator.displayname} is streaming ${s.title}`
).join('\n')));
Cincy is streaming Good Morning Part 3
DLive is streaming Super Fans Festival 2019
Sevith is streaming �ROAD TO 500!!� LETS GO! | Twitter: @SevithTV | StasisGaming.com
DTGMHD is streaming DRINKING STREAM � Chest Open Every 30 Mins � Having A Blast With My Best Mate Come Say Hi And Chill <3AnalogByNature is streaming 420 Chest Stream (Chest opens every 420 lino) (donos go to chest) CHEST # 14 Analog Radio 24/7
DangerousDan is streaming Survival of The Chest Farmer - Miscreated | apocalyptic survival
JesseLeePeterson is streaming Jesse Lee LIVE
SeanHawk is streaming I Hold The World Record For The Longest Hair (ENG)
VectorAbbot is streaming Lockpick Simulator 1403
{
"pageInfo": {
"endCursor": "8",
"hasNextPage": false,
"__typename": "PageInfo"
},
"list": [
{
"id": "livestream:cincy+G6Jl3iWWR",
"creator": {
"username": "cincy",
"displayname": "Cincy",
"avatar": "https://images.prd.dlivecdn.com/avatar/95d35a66-3219-11e9-9f23-8ec705f1dd1b",
"__typename": "User",
"partnerStatus": "VERIFIED_PARTNER"
},
"title": "Good Morning Part 3",
"totalReward": "69737400",
"watchingCount": 25,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/5b9c5c1f-77f6-11e9-a383-66bb2e204db6",
"lastUpdatedAt": "1558023701000",
"__typename": "Livestream"
},
{
"id": "livestream:dlive+YOJxfqiWR",
"creator": {
"username": "dlive",
"displayname": "DLive",
"avatar": "https://images.prd.dlivecdn.com/avatar/1a1d8149-f59f-11e8-ab61-96b7bc5c96d7",
"__typename": "User",
"partnerStatus": "GLOBAL_PARTNER"
},
"title": "Super Fans Festival 2019",
"totalReward": "405720300",
"watchingCount": 26,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/a16b870c-77f6-11e9-a1fa-b68de99f895b",
"lastUpdatedAt": "1558023676000",
"__typename": "Livestream"
},
{
"id": "livestream:dlive-31986754+ieibOZZWg",
"creator": {
"username": "dlive-31986754",
"displayname": "Sevith",
"avatar": "https://images.prd.dlivecdn.com/avatar/4047f01b-6fa4-11e9-a1fa-b68de99f895b",
"__typename": "User",
"partnerStatus": "NONE"
},
"title": "�ROAD TO 500!!� LETS GO! | Twitter: @SevithTV | StasisGaming.com",
"totalReward": "0",
"watchingCount": 8,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/83cdb227-77f6-11e9-a1fa-b68de99f895b",
"lastUpdatedAt": "1558023651000",
"__typename": "Livestream"
},
{
"id": "livestream:dlive-63236267+6v8VriWWR",
"creator": {
"username": "dlive-63236267",
"displayname": "DTGMHD",
"avatar": "https://images.prd.dlivecdn.com/avatar/11194e52-5b27-11e9-aa0f-a2786e16941b",
"__typename": "User",
"partnerStatus": "NONE"
},
"title": "DRINKING STREAM � Chest Open Every 30 Mins � Having A Blast With My Best Mate Come Say Hi And Chill <3",
"totalReward": "10541700",
"watchingCount": 2,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/ab7b85ce-77f6-11e9-a383-66bb2e204db6",
"lastUpdatedAt": "1558023693000",
"__typename": "Livestream"
},
{
"id": "livestream:dlive-68830574+l5eshZWWg",
"creator": {
"username": "dlive-68830574",
"displayname": "AnalogByNature",
"avatar": "https://images.prd.dlivecdn.com/avatar/7d6fd484-5c27-11e9-9c23-b6e184277705",
"__typename": "User",
"partnerStatus": "NONE"
},
"title": "420 Chest Stream (Chest opens every 420 lino) (donos go to chest) CHEST # 14 Analog Radio 24/7",
"totalReward": "630700",
"watchingCount": 38,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/aa5b1063-77f6-11e9-a383-66bb2e204db6",
"lastUpdatedAt": "1558023691000",
"__typename": "Livestream"
},
{
"id": "livestream:dlive-71919891+hUUlZZZZg",
"creator": {
"username": "dlive-71919891",
"displayname": "DangerousDan",
"avatar": "https://images.prd.dlivecdn.com/avatar/b381b7fc-5cfc-11e9-ab17-865634f95b6b",
"__typename": "User",
"partnerStatus": "NONE"
},
"title": "Survival of The Chest Farmer - Miscreated | apocalyptic survival",
"totalReward": "188218900",
"watchingCount": 47,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/6c3909a9-77f6-11e9-a383-66bb2e204db6",
"lastUpdatedAt": "1558023696000",
"__typename": "Livestream"
},
{
"id": "livestream:jesseleepeterson+2bhlWZZWg",
"creator": {
"username": "jesseleepeterson",
"displayname": "JesseLeePeterson",
"avatar": "https://images.prd.dlivecdn.com/avatar/5bdb17c0-3f6d-11e9-941c-0a392040fe52",
"__typename": "User",
"partnerStatus": "NONE"
},
"title": "Jesse Lee LIVE",
"totalReward": "863248100",
"watchingCount": 19,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/6823dfb0-77f6-11e9-a383-66bb2e204db6",
"lastUpdatedAt": "1558023664000",
"__typename": "Livestream"
},
{
"id": "livestream:seanhawk+ZlQydZWZg",
"creator": {
"username": "seanhawk",
"displayname": "SeanHawk",
"avatar": "https://images.prd.dlivecdn.com/avatar/9ee03b41-3786-11e9-a387-f2deb8aea1c5",
"__typename": "User",
"partnerStatus": "VERIFIED_PARTNER"
},
"title": "I Hold The World Record For The Longest Hair (ENG)",
"totalReward": "67755200",
"watchingCount": 21,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/8848c401-77f6-11e9-a1fa-b68de99f895b",
"lastUpdatedAt": "1558023663000",
"__typename": "Livestream"
},
{
"id": "livestream:vectorabbot+pf1SpZWZR",
"creator": {
"username": "vectorabbot",
"displayname": "VectorAbbot",
"avatar": "https://images.prd.dlivecdn.com/avatar/f457e901-f5a2-11e8-ab61-96b7bc5c96d7",
"__typename": "User",
"partnerStatus": "VERIFIED_PARTNER"
},
"title": "Lockpick Simulator 1403",
"totalReward": "16218000",
"watchingCount": 2,
"thumbnailUrl": "https://images.prd.dlivecdn.com/live-thumbnail/5437ec1a-77f6-11e9-a383-66bb2e204db6",
"lastUpdatedAt": "1558023689000",
"__typename": "Livestream"
}
],
"__typename": "LivestreamConnection"
}
Updated over 5 years ago