ChristianPayne / ennesults-rs

0 stars 0 forks source link

Ennesults - Rust Edition

Ennesults is a Twitch bot designed to kindly insult random people in chat, originally for Ennegineer.
This is a rework of the original Ennesults bot that was written in JavaScript.

Tauri

This project was intended to get me more familiar with Rust. The original bot works just fine however the tech stack is known very well. The scope of this project allows me to learn new skills as well as provide a better user experience for Enne (UI, hosting the bot herself, etc.).

Development

Tech Stack

File system

Files are being stored in Tauri's app_data_dir folder; different for each OS.

Running the app

From the root directory, use npm to start the front and backend code; npm run tauri dev