Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skarab42/marv
Marv your Swiss streaming tool!
https://github.com/skarab42/marv
anime commands marv obs obs-websocket twitch
Last synced: about 2 months ago
JSON representation
Marv your Swiss streaming tool!
- Host: GitHub
- URL: https://github.com/skarab42/marv
- Owner: skarab42
- License: mit
- Created: 2020-10-30T07:59:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T15:48:34.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T14:23:54.431Z (7 months ago)
- Topics: anime, commands, marv, obs, obs-websocket, twitch
- Language: JavaScript
- Homepage: https://marv-site.web.app/
- Size: 3.57 MB
- Stars: 148
- Watchers: 5
- Forks: 9
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
- awesome-twitch-dev - skarab42/marv - Marv your Swiss streaming tool. (Libraries / JavaScript (Node.js))
README
# Marv // StreamDeck Like // Twitch Bot
WIP Projet développé en live sur la chaîne [twitch.tv/skarab42](https://www.twitch.tv/skarab42).
![Marv - v0.6.01](docs/images/screenshot.png)
# Installation
- Download and install from [here](https://github.com/skarab42/marv/releases) (win/mac/linux).
## OBS WebSocket
- For OBS to work with Marv you need to install [obs-websocket](https://github.com/Palakis/obs-websocket/releases).
# Contribute ?!
## Project setup
```bash
# Clone this repository
git clone https://github.com/skarab42/marv# change directory to cloned path
cd marv# install all dependencies
yarn install
yarn build
yarn app:build# run application in development mode
yarn watch# run application in production mode
yarn start# build application in production mode
yarn build
yarn app:build# lint project
yarn lint
```## How to build with npm (easier from ubuntu?):
```
cd marv
npm install
npm run tailwind:build --prod
npm run client:build
npm run app:build
```Credit: thermo74 :)
## Translations
- Spanish by TerminabloxHD
- French by Skarab42
- English by Skarab42