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
Use my API to build stuff. I don't make guarantees about uptimes. I will try not to make breaking changes but I might. Your code should gently handle my api being shit, good luck!
/FerretReturns a random ferret image from my collection. url is a link to the image. last is deprecated and doesn't mean anything
/mentions/:usernameReturns 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/:usernameReturns a list of most recent messages by a user.
Same as mentions
Same as mentions
Try it/stalksearch/:username/:keywordMessages by a user that mention a keyword
Same as mentions
Same as mentions
Try it/destinyhubReturns 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 5h1m48surl - 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 heightOld memes that probably no one on dgg will understand at this point. Also most browsers now disable autoplay so half of these are broken since I can only come up with one idea.