TearDrops

GitHub Repo
Invite the bot

TearDrops is a sad discord bot made using the discord.py library and MongoDB. The bot involves a variety of features-

  • Economy, XP and Levelling system - Users can level up by gaining XP(assigned every message sent every 5 minutes) and use tears as internal currency
  • Wikipedia look-up, WolframAlpha, xkcd comics, dictionary-lookup commands
  • and much more...


Discord Oauth2 Captcha

GitHub Repo
Live Version

Bot attacks on discord are a big, annoying problem, esp. when the bots are bots that spam scam messages to everyone in a server. Usual methods were unsuccessful, since they just DMed members. The use of Discord's Oauth2 API enables us to externalize the server invite process, and thus everyone has to go to the site, log in with discord and fill the captcha there, in order to be added to the server by the automation.


Random Word Generator

GitHub Repo
Live version

This project is a simple HTML-CSS-JS website, that involves connecting two APIs. A random word generator API and a dictionary API. The page has two main functionalities-

  1. Find a random word and put that word and it's meaning on the page.
  2. Take user input from window prompt, and display it's meaning on the page.


Word Translator

GitHub Repo
Live version

This project is a simple HTML-CSS-JS website, that involves use of a translation API. This project was made for a challenge for MLH's hackathon. The page only supports a few language conversions and only for a few words at a time and doesn't have an Express server set up, however over time, this project might be improved.