Skip to content

Instantly share code, notes, and snippets.

@daggerhashimoto
daggerhashimoto / bot.py
Last active March 14, 2026 01:29
Twitch viewer bot
import requests
import subprocess
import json
import sys
import threading
import time
from Queue import Queue
import urllib3
import urllib3.contrib.pyopenssl