Skip to content

Automatically collects channel points for your favorite streamers.

License

Notifications You must be signed in to change notification settings

Darkempire78/Twitch-Point-Farmer

Repository files navigation

Twitch Point Farmer

Automatically collects channel points for your favorite streamers.

Installation

  • Install all dependencies : pip install -r requirements.txt.
  • Download Chromedriver.
  • Get your Twitch authentication cookie (auth-token).
  • Edit config.example.json:
{
    "chromeDriverPath": "", // Set the path of the chromedriver
    "authTokenCookie": "", // Paste the content of your Twitch authentication cookie (auth-token)
    "streamers": [], // Put a list of your streamers to farm in order of preference (ex: ["streamerName1", "streamerName2", ...])
    "hideTheBot" true, // true = hide the bot, false = see the bot working
    "logs": true // true = log every bot's actions, false = do not log bot's actions
}
  • Rename it to config.json.

Finally, launch the script.

Get your Twitch authentication cookie (auth-token).

  • Go to settings (advanced settings for some browsers)
  • Go to privacy and security
  • Click on cookies and other site data
  • Click on set cookies and site data
  • Search for twitch.tv
  • Click on the coupon and retrieve the contents of the cookie named auth-token

Shortcut for main browsers:

Chrome: chrome://settings/cookies/detail?site=twitch.tv

Brave: brave://settings/cookies/detail?site=twitch.tv

Firefox

  • Go to https://www.twitch.tv/
  • Open the Dev Tools (Ctrl+Shift+I or F12)
  • Go to the Storage tab
  • Click on Cookies then https://www.twitch.tv
  • Copy the content of the cookie named auth-token

Features

  • Collect points (every 5 minutes) (+10pts)
  • Recover the drops (+50pts)
  • Watch serial streams (+450pts)

Discord

Join the Discord server !

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

This project is under GPLv3.