Skip to content

Instantly share code, notes, and snippets.

View Lastorder-DC's full-sized avatar
Misakawa Misakawa

Lastorder Lastorder-DC

Misakawa Misakawa
View GitHub Profile
// ==UserScript==
// @name Download tewind m3u8
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://tewind.kr/rewind/*
// @match https://tewind.kr/liveback/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=tewind.kr
// @grant none
# -*- coding: utf-8 -*-
#
# OpenRCT2 Twitch API Server
# (c) 2018 Fun-boong-e <https://tgd.kr/funzinnu>
#
# Complies BSD license.
#
# How to run:
#
# $ pip install flask gevent requests websocket-client
@Lastorder-DC
Lastorder-DC / README.md
Created January 31, 2018 05:43 — forked from joyrexus/README.md
Twitter user stream listener

Simple client for listening to a Twitter user stream via version 1.1 of the streaming API.

Before running demo.coffee, place your app's OAuth keys in keys.json


This is basically a coffescript translation of @aivis' user-stream.