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.
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.
Technologies used
Discussion