evertoont / Twitch-points-autoclicker

πŸ€– Script to collect channel points on twitch automatically. Without having to keep the browser open.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitch Points Autoclicker gid project

Script to collect channel points on twitch automatically. Without having to keep the browser open.

Made by Everton Reis License

πŸ“œ Requirements

πŸš€ How to run

  • Clone this repository on your machine:
$ git clone https://github.com/evertoont/Twitch-points-autoclicker
  • You can also just download directly from Github

Setup

  1. Install project dependencies
    •   $ yarn
  2. Open the env.js file
  • Add crediantials in usernameTwitch and passwordTwitch
  • Modify the following lines, if necessary.
    •   const CHROME_PATH_WINDOWS = Add the path to the google chrome directory WINDOWS
        const CHROME_PATH_LINUX = Add the path to the google chrome directory LINUX.
  1. Enter the src folder and run the file twitch_collect.js
    •   $ node twitch_collect.js

πŸ“ License

License

For more information, see the LICENSE


Made with πŸ’» by Everton Reis

Want to help build this repository? Submit a pull request with your contribution πŸ˜‰

About

πŸ€– Script to collect channel points on twitch automatically. Without having to keep the browser open.

License:MIT License


Languages

Language:JavaScript 100.0%