One place to see Destiny's chat messages, youtube videos and twitch vods. Don't really actively maintain this but it still works fine
DestinyHub/Ferret
Returns a random ferret image from my collection. url
is a link to the
image. last
is deprecated and doesn't mean anything
/mentions/:username
Returns a list of most recent messages containing the specified keyword.
date
- date in Javascript .getTime()
format.text
- the contents of the messagenick
- the username of the authorflairs
- a list of the flairs the user had when sending the
message, comma separated. See dgg api
for flair mappingsize
- how many messages to return. Default - 100offset
- use for pagination in combination with sizekind
- can be one of dgg
or
twitch
, determines the source of the messages, default is dggcount
- set to true
to instead get back a
total count of the messages/stalk/:username
Returns a list of most recent messages by a user.
Same as mentions
Same as mentions
Try it/stalksearch/:username/:keyword
Messages by a user that mention a keyword
Same as mentions
Same as mentions
Try it/banboard
Returns dgg user bans for this month
duration
- how long the ban was, in seconds.
8639999999999914000
represents a permanent banlastBanTime
- the last time this user was banned (in case
of multiple bans for the same user). in Javascript .getTime()
format.banTimeString
- time of the ban in UTC string format as
seen on overrustlelastBanner
- the last person to ban the userreason
- reason provided during the banlastWord
- the last message the user sentusername
- the username of the banned user/destinyhub
Returns a list of Destiny related events. type
determines what the
event contains.
date
- date the message was posted in Javascript
.getTime()
format.text
- the contents of the messagedate
- date the vod was created in Javascript
.getTime()
format.title
- the title of the vodlength
- the length of the vod as a string in format
5h1m48s
url
- the url of the vodviews
- how many views the vod hasthumbnail
- a url pointing to the vod thumbnail with
%{width}
and %{height}
parameters that should be replaceddate
- date the video was posted in Javascript
.getTime()
format.title
- the title of the videoid
- the id of the video that can be used to generate a
link to itthumbnail
- a thumbnail object containing url
,
width
and height