Dune Discord Bot

Dune Discord Bot

Let your Dune data flow right into your discord server! Send commands to a discord bot which queries using the Dune API and sends plot/tables right into your server.

The problem Dune Discord Bot solves

This Dune discord bot makes it easy to view your Dune data and plots right in your discord server. Share your data insights with your community, no need for screenshots or badly copied tables, query all your dashboards right from inside discord.

Challenges we ran into

Long query times resulted in time outs for our asynchronous discord python bot. A blocking function which executes the function in a separate thread solved the time out problem. Furthermore we had to plot the graphs on our own using matplotlib as the Dune API only returns tables and no plots.

Discussion