Home

Awesome

Warning

This project is some 2-3 years old (though has been updated to the latest APIs) and is very incomplete since I never had time/motivation to really finish it. There's a lot of legacy code that should be rewritten and ripped out because I didn't know what I was doing.

The main executable (twl.py) is a mess that was meant to only be temporary until I finish writing a proper CLI... That's not going to happen at this rate.

That being said it does kinda work.

(You have to set PYTHONPATH=.. on Windows or the Linux equivalent first).

Authenticate with Twitch (follow on-screen instructions)

$ py -3.6 twl.py --auth

(Authentication information will be saved in $HOME/twl.json on Linux or %USERPROFILE%/twl.json on Windows)

List games:

$ py -3.6 twl.py --list --sort

Create aria2c file to download a game

$ py -3.6 twl.py -v --install --install-base-dir "twitch" --aria2c --aria2c-file "/tmp/dllist.txt" --game-id <ID>

This will also print the aria2c command to download the game.

I left some debug/test code in there that shows how updating/patching works in theory. But I never got around to implementing that.


Old README before I gave up

twl.py (Twitch Launcher.py)

A lightweight, multiplatform downloader/installer/updater for games available through the Twitch App.

Motivation

I wanted to have a simple, fairly lightweight way of downloading and running the (free) games I got through Twitch Prime without the Twitch App.

Why?

Features, Scope and ToDo

Already implemented:

*Unless manual CAPTCHA solving is required.

Missing features:

Out-of-scope/Not planned:

ToDo