Die Suche ergab 2 Treffer

von Neroo
Donnerstag 4. Januar 2018, 15:03
Forum: Netzwerkprogrammierung
Thema: Twitch
Antworten: 5
Zugriffe: 15163

Re: Twitch

I find “your” code in various incarnations all over the Internet. As it’s purpose is to game a system for personal benefit, you

- are despicable in my view.
- obviously want to snatch free programming advice from here to make money.

So at least offer some money to somebody, preferably not ...
von Neroo
Donnerstag 4. Januar 2018, 01:42
Forum: Netzwerkprogrammierung
Thema: Twitch
Antworten: 5
Zugriffe: 15163

Twitch

I'm trying to program a bot with python. but it is giving the error "thread error". Can anybody help me ?


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])
startTime ...