Skip to content

Instantly share code, notes, and snippets.

@daggerhashimoto
daggerhashimoto / bot.py
Last active December 12, 2022 13:56
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