top of page

Euler

Project Background

Euler is the first ever discord bot I created. My friends and I were taking Calculus in highschool and I figured a discord bot to evaluate/solve derivatives and integrals would be very helpful. The bot uses the Puppeteer JS library to launch a headless browser behinds the scene, searches the math expression on the website Symbolab.com, takes a screenshot of the answer and finally sends it back in the requested discord channel.

​

What is a discord bot?

A discord bot is a programmed bot user that can receive text channel commands and execute a range of different tasks. A bot can be used to pull information from other sites and show them in discord as embeds.

​

Independent Project

API: Discord.js

Language: JavaScript (Node.js)

bottom of page