GithubHelp home page GithubHelp logo

addiment / aerosol Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 24 KB

No-nonsense Twitch chat overlay that I use for OBS.

Home Page: https://addiment.github.io/aerosol/

License: Creative Commons Zero v1.0 Universal

HTML 100.00%

aerosol's Introduction

aerosol

No-nonsense Twitch chat overlay that I use as an OBS browser source, Creative Commons licensed.

Getting Started in OBS Studio

  1. Create a browser source, and position/size it however you'd like. Personally, I like 400x600 px, and that's where I've tested it.
  2. Set the URL to https://addiment.github.io/aerosol/chat/?channel=<CHANNEL>, and change <CHANNEL> to the name of the channel you want to display.

Customization

If you're good with CSS, you should be fine. I recommend reviewing the CSS in index.html. Individual chat messages are stored in div#chat-box. Chat message markup looks like this:

<div class="chat-line" data-nick="addiment_lc" data-time="4294967295" data-id="00000000-0000-0000-0000-000000000000">
	<div class="badge-box">
		<img class="badge">
	</div>
	<span class="nick" style="color: #ff1040;">addiment_lc</span><span class="separator"></span><span class="message">test message! <img class="emote"></span>
</div>

Features / Issues

  • I don't plan on supporting raids, and I don't know whether or not they work.
  • Deleted messages are removed from the chatbox, and clearing the chat should also work.
  • Badges are planned, but require extra API setup that I don't particularly feel like doing right now.
  • BetterTTV / FrankerFacez support is planned, but also requires extra setup that I also don't feel like doing.
  • No reconnection right now, coming as soon as I get bothered by it.

aerosol's People

Contributors

addiment avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.