jafrizzell / moonlights-server

GNU General Public License v3.0
0 stars 0 forks source link

TWITCHLIGHTS

This project replaces the previous version of MOONLIGHTS which was written in python.

Overview

TWITCHLIGHTS is a Twitch Chat analytics tool that tracks the usage of any emote, phrase, or sentence throughout a twitch stream.

New Features (2023-02-25)

Planned Features

History

Nerd Stuff

TWITCHLIGHTS is written with the React, using a nodejs backend to deliver content from a QuestDB database. The server and database are hosted on DigitalOcean Droplets, and the frontend is hosted on a Netlify app. You can clone both the moonlights-js and moonlights-server repos to make custom changes. Note that you will need a Twitch API Client ID, Client Secret, and Database Public IPV4 address stored in "./moonlights-server/secrets/secrets.js". You will also need to generate your own SSL key & cert if hosting on an https server.