Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (24 loc) · 577 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 577 Bytes

Chatup

Chatup is an extremely simple, easy to use backup service for twitch messages.

Requirements

nodejs npm

Installation

git clone https://github.com/devhsoj/chatup.git
cd chatup/
npm i

Example Usage

Single Channel

node index.js xqcow

Multiple Channels

node index.js xqcow sodapoppin

Backups

Backups are stored in a backups/ folder under where you installed chatup in the format of {timestamp}.db

They are written as a sqlite3 database.

License

MIT