Skip to content

Install

Bastian edited this page Apr 30, 2022 · 4 revisions

Install instructions:

Windows

Recomend use

If you are on Windows you can download the finished exe. You can find it the latest at Releases.

After you have dowload the files please use the config_template.ini and fill in your app informations.

Be sure your app URL in the Twitch Console is http://localhost:17563

Save this file as config.ini

Now you can use the token_gen.exe

Alternative use

Download the source code from the last Releases

Now install the requirements.txt via pip

pip install -r requirements.txt

After that please set your app data in the config in the config_template.ini and save it as config.ini

Be sure your app URL in the Twitch Console is http://localhost:17563

Now you can run

python token_gen.py

Linux

Download the source code from the last Releases

Now install the requirements.txt via pip

pip3 install -r requirements.txt

After that please set your app data in the config in the config_template.ini and save it as config.ini

Be sure your app URL in the Twitch Console is http://localhost:17563

Now you can run

python3 token_gen.py

Clone this wiki locally