Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Streamlink Twitch Gui | 2,459 | 2 days ago | 40 | mit | JavaScript | |||||
A multi platform Twitch.tv browser for Streamlink | ||||||||||
Ember Admin Dashboards | 164 | 4 years ago | 4 | other | HTML | |||||
DEPRECATED. An Ember-Cli Project - Starter admin template based on AdminLTE. Has an example real data dashboard using twitter stream. | ||||||||||
Emberconf 2017 | 100 | 6 years ago | 2 | mit | JavaScript | |||||
A collection of links that summarize EmberConf 2017 | ||||||||||
Stream Example Parse | 45 | 7 years ago | JavaScript | |||||||
Stream-Example-Parse | ||||||||||
Ember Twitter Demo | 9 | 8 years ago | mit | JavaScript | ||||||
Demo Ember.js application that displays a Twitter stream | ||||||||||
Streaming Stack | 7 | 9 years ago | mit | JavaScript | ||||||
Simple example of an ember/node/neo4j stack that streams from database to client. | ||||||||||
Stream Stuff | 6 | 2 years ago | Python | |||||||
Stream layout written with ember |
All the code that powers my stream! It is written in 3 different servers:
The code that's written here probably can't be reused very easily, so sorry about that. The stuff I've done so far:
I setup webhooks using ifttt to use google voice processing without having to pay for their service (genius I know).
Aka he who shall not be named. A terrible bot that uses voice commands to activate different parts of my code. It can:
Works as intended approximately 10% of the time.
Allows for playing & uploading sounds from the front end client. Uses global keybindings so I can play sounds from anywhere. Easily integrates with the rest of the django server to allow for playing sounds from scripts and the like.
Talking with OBS via websockets is a magical thing, and it allows for some pretty funny stuff: https://www.twitch.tv/admirallightningbolt/clip/KawaiiFamousWolverineFloof https://www.twitch.tv/admirallightningbolt/clip/CleverDependableMochaSoonerLater https://www.twitch.tv/admirallightningbolt/clip/GiftedOutstandingHareOneHand
Polls spotify for currently playing song. Automatically handles reauth, intial auth needs to be done via Oauth.
Ask chat a question and have them vote live!
Typing !bigBrain or !smallBrain in chat affects the size of a brain displayed on screen. It's dumb but it's the first thing I did to get used to chat integrations.