Links

Card image cap
Vod Archive
New!

Recent Destiny vod archive in-case of a stream copyright strike

Vodstiny
Card image cap
iOS App

GnomeGG, an iOS app with a native implementation of dggchat. Expect updates to be rare because Apple are increadibly obnoxious and reject my app 10 times every time I try to push updates

App Store Github
Card image cap
Mentions

See messages that mention you on DGG and destiny's twitch chat

Mentions
Card image cap
Convo

Track conversations by several users from dgg chat

Convo
Card image cap
Hub

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
Card image cap
Emote Stats

See which emotes are the most popular in DGG. Pepe? Yee? I just want to grill

Emotes
Card image cap
BanBoard

See recently banned users and their last messages

BanBoard
Card image cap
NSFW

See nsfw links posted in chat

NSFW
Card image cap
Coomer

See how much a user posts nsfw and if they are a YEE or PEPE supporter

YEE
Card image cap
Wide

Wide

wide
Card image cap
Random Ferret

See random ferrets

FerretLOL

API

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!
Ferret
/Ferret

Returns a random ferret image from my collection. url is a link to the image. last is deprecated and doesn't mean anything

Try it
Mentions
/mentions/:username

Returns a list of most recent messages containing the specified keyword.

Output
  • date - date in Javascript .getTime() format.
  • text - the contents of the message
  • nick - the username of the author
  • flairs - a list of the flairs the user had when sending the message, comma separated. See dgg api for flair mapping
Query String Params
  • size - how many messages to return. Default - 100
  • offset - use for pagination in combination with size
  • kind - can be one of dgg or twitch, determines the source of the messages, default is dgg
  • count - set to true to instead get back a total count of the messages
Try it
Stalk
/stalk/:username

Returns a list of most recent messages by a user.

Output

Same as mentions

Query String Params

Same as mentions

Try it
Stalk Search
/stalksearch/:username/:keyword

Messages by a user that mention a keyword

Output

Same as mentions

Query String Params

Same as mentions

Try it
Banboard
/banboard

Returns dgg user bans for this month

Output
  • duration - how long the ban was, in seconds. 8639999999999914000 represents a permanent ban
  • lastBanTime - 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 overrustle
  • lastBanner - the last person to ban the user
  • reason - reason provided during the ban
  • lastWord - the last message the user sent
  • username - the username of the banned user
Try it
Destiny Hub
/destinyhub

Returns a list of Destiny related events. type determines what the event contains.

destinygg
  • date - date the message was posted in Javascript .getTime() format.
  • text - the contents of the message
twitch
  • date - date the vod was created in Javascript .getTime() format.
  • title - the title of the vod
  • length - the length of the vod as a string in format 5h1m48s
  • url - the url of the vod
  • views - how many views the vod has
  • thumbnail - a url pointing to the vod thumbnail with %{width} and %{height} parameters that should be replaced
youtube
  • date - date the video was posted in Javascript .getTime() format.
  • title - the title of the video
  • id - the id of the video that can be used to generate a link to it
  • thumbnail - a thumbnail object containing url, width and height
Try it

Old Stuff

Old 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.