Skip to content

Instantly share code, notes, and snippets.

@sms151
sms151 / Twitch.py
Last active January 28, 2017 17:30 — forked from Xeroday/Twitch.py
import requests
import subprocess
import json
import sys
import threading
import time
from Queue import Queue
numberOfViewers = int(sys.argv[1])
builderThreads = int(sys.argv[2])