Skip to content

doniel-t/uwu-bot-app

Repository files navigation

UwU Bot Web-App

based on UwU Bot for Discord

Dashboard esq frontend for uwubots(and more) commands built only for the memes

GitHub deployments GitHub GitHub last commit GitHub code size in bytes GitHub top language


Self hosting guide

requirements:

  • node 16+
  1. clone repo git clone https://github.com/doniel-t/uwu-botv2.git
  2. install requirements npm install
  3. npm run build
  4. get static files from build directory

developing:

  1. clone repo git clone https://github.com/doniel-t/uwu-botv2.git
  2. install requirements npm install
  3. npm run dev -> runs on localhost:3000

ToDo:

  • Add more Text Based Commands(random subreddit post, movie suggestions, food recipe suggestion?)
  • Add image based commands (Meme Editor, background Remover)
  • Add utils (pdfUtils, video to audio converter, etc..)
  • PWA
  • Dockerize