aidanngill / Signum

Twitch channel point farmer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Signum

Twitch channel point farmer programmed with async support at the forefront.

Requirements

  • Python 3.10+

  • Twitch account(s)

Setup

git clone https://github.com/ramadan8/Signum.git && cd Signum
python3 -m venv venv
source venv/bin/activate
python3 -m pip install requirements.txt

Once you've installed the requirements, you can then create your cookie files and configure how the application runs.

Cookies

Install cookies.txt for Firefox or EditThisCookie for Chrome. From here, you will be able to export your cookies to the Netscape/Mozilla format. In the future I would like to improve this method somewhat, possibly signing the user in on the application itself and pickling the cookies there.

Configuration

python3 -m signum --cookies cookie-*.txt --channels shroud xQcOW

This would load all files with the format cookie-*.txt, e.g. "cookie-user1.txt", and starts watching shroud and xQcOW.

About

Twitch channel point farmer.

License:MIT License


Languages

Language:Python 100.0%