All Projects → negue → meme-box

negue / meme-box

Licence: AGPL-3.0 license
Manage and trigger media in OBS as a browser source

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects

Projects that are alternatives of or similar to meme-box

XION-ChaseCam
This is a free-to-use HTML/javascript based overlay for roleplay streamers. Basically it mimics the overlay of the AXON bodycam, but since most folks play in 3rd person, it's a ChaseCam. I've included a logo, and the html file. The html file has the css, html, and javascript all in one file for ease of editing. Goto line 81 of the html file to c…
Stars: ✭ 27 (-67.07%)
Mutual labels:  twitch, obs, obs-studio
CounterStrike-GlobalOffensive-LiveStat-for-OBS-Studio
Showing you LIVEstats of CS:GO in your Stream like OBS-Studio while playing/streaming.
Stars: ✭ 24 (-70.73%)
Mutual labels:  twitch, obs, obs-studio
OBS-ChatSpam
Python script for OBS Studio that posts messages in Twitch chat
Stars: ✭ 26 (-68.29%)
Mutual labels:  twitch, obs, obs-studio
Hactoberfest2021
Hacktoberfest2021
Stars: ✭ 45 (-45.12%)
Mutual labels:  hacktoberfest2021, hacktoberfest-2021
obs-websocket-java
A java library for obs-websocket
Stars: ✭ 46 (-43.9%)
Mutual labels:  obs, obs-studio
obs-face-tracker
Face tracking plugin for OBS Studio
Stars: ✭ 185 (+125.61%)
Mutual labels:  obs, obs-studio
LuminousNewTab
Luminous New Tab is a beautiful 'new tab' browser extension that has an animated gradient background! New tabs will show your bookmarks, the time, weather and let you do searches too!
Stars: ✭ 18 (-78.05%)
Mutual labels:  hacktoberfest2021, hacktoberfest-2021
go-obs-websocket
Go client for obs-websocket
Stars: ✭ 86 (+4.88%)
Mutual labels:  obs, obs-studio
Hacktoberfest-2021
This repository dedicated to Hacktoberfest 2021. Hacktoberfest is a month long open source contribution program held in October every year by Digital Ocean. This is a beginner-friendly open source event.
Stars: ✭ 10 (-87.8%)
Mutual labels:  hacktoberfest2021, hacktoberfest-2021
music-id
🚀 Music ID for Twitch (TwitchMusicID) is a Chatbot which automatically identifies music in the background of Twitch Streams, VODs, and Clips.
Stars: ✭ 49 (-40.24%)
Mutual labels:  twitch, twitch-api
Awesome-Flutter-Templates
A Huge Collection of Flutter App templates
Stars: ✭ 53 (-35.37%)
Mutual labels:  hacktoberfest2021, hacktoberfest-2021
nginx-obs-automatic-low-bitrate-switching
Simple app to automatically switch scenes in OBS based on the current bitrate fetched from the NGINX stats page.
Stars: ✭ 167 (+103.66%)
Mutual labels:  twitch, obs
BeatRecorder
Easily record your BeatSaber gameplay!
Stars: ✭ 20 (-75.61%)
Mutual labels:  obs, obs-studio
obs blade
Make use of the OBS WebSocket Plugin (https://github.com/obsproject/obs-websocket) and control your stream
Stars: ✭ 182 (+121.95%)
Mutual labels:  obs, obs-studio
obs-zoom-and-follow
Dynamic zoom and mouse tracking script for OBS Studio
Stars: ✭ 126 (+53.66%)
Mutual labels:  obs, obs-studio
TwitchPy
This is a package you can use to connect with the Twitch API, manage a channel, create bots, etc
Stars: ✭ 22 (-73.17%)
Mutual labels:  twitch, twitch-api
pyTwitchAPI
A Python 3.7 implementation of the Twitch API, EventSub and PubSub
Stars: ✭ 132 (+60.98%)
Mutual labels:  twitch, twitch-api
Hacktoberfest-2021
Create Hacktoberfest PRs. Star this Repo!⭐
Stars: ✭ 32 (-60.98%)
Mutual labels:  hacktoberfest2021, hacktoberfest-2021
simple-obs-stt
Speech-to-text and keyboard input captions for OBS.
Stars: ✭ 89 (+8.54%)
Mutual labels:  twitch, obs
character-overlay
Web App for adding an OBS overlay with character information such as name, picture, and health for your favorite role-playing game.
Stars: ✭ 17 (-79.27%)
Mutual labels:  obs, obs-studio

Meme-Box | Getting Started | How to contribute

All Contributors

A complete management app for image / audio / video / iframe / widgets "media" to be used inside OBS. Or trigger other custom actions.

Media Setup Example + Mobile View Setup a Twitch-Trigger
memebox example setup gif memebox example twitch trigger gif

Download

Download latest release! (currently a bit ouf of date, new release soon) - latest nightly Builds

Working Features

Show Media Screens (in OBS) Triggers
Images

Animations on show / hide Visibility:

  • Play (on a trigger)
  • Toggle (per trigger)
  • Always Visible

Custom Position per Media / Screen:

  • Fullscreen
  • Fixed (on a position)
  • Centered
  • Random

Misc:

Streamdeck Plugin
Deckboard Plugin
Timers
Mobile View
Twitch Events

  • Bits
  • Channel Points
  • Message
  • Raid
  • User Ban
  • Subscription
  • Gift Sub
Videos
Iframes
Widgets
Play Audio
Actions

Trigger multiple / random Media

Scripts (Action)
  • Trigger other Actions with custom logic/timeouts/overrides
  • Trigger OBS functions
  • Write to Twitch Chat
Permanent Script
  • Same as Scripts just that those will run and stay active all the time.
  • Used for Bots or other functionalities
  • React on custom callbacks from Twitch / OBS Events
  • Create your own WebSocket-Server - see Script-API examples
API for Developers
  • Trigger Actions with WebSockets
  • Receive all Twitch Events using WebSockets /ws/twitch_events to use in other Apps / Overlays
  • Twitch Helix REST bridge /api/twitchData/helix/* instead of https://api.twitch.tv/helix/

Getting Started

Note: These are the current Getting Started / Tutorials for this branch.

To see the updated Getting Started / Tutorials from the released version - click here!

Installation and Getting Started

Advanced:


Roadmap

2022.1

See finished and upcoming changes in:

2022.2

  • Labels on or around the Media, each with their own Position / Animation
    • Changeable by Trigger Variables
    • Can be placed like in the Arrange View
  • OBS Websockets
    • Screen Arrange View gets the current OBS-Scene as Background to move stuff around
  • Overview of local media files not existing anymore
  • Replace all selected Trigger Action with an inline Blueprint #439 (name pending)

Future, if you want to help open a PR :)

  • Change media options by triggered variables (e.g. different style, or something)
  • Stats per commands / media / or something last cheerer and so on
  • more to be added :)

How to help / contribute?

Getting started with Development

Contributors

Thanks goes to these wonderful people (emoji key):


Aaron Rackley

💻

Salma @whitep4nth3r

💻 🤔 🎨

Igor Ilic

🐛 🤔 💻 📖

CrypticEngima

🎨

Oliver

🐛 💻

jonathanbucci

📖

Divyanshu Singh

💻

Brandon

💻

Chirag Mahawar

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].