Script to collect channel points on twitch automatically. Without having to keep the browser open.
- Clone this repository on your machine:
$ git clone https://github.com/evertoont/Twitch-points-autoclicker
- You can also just download directly from Github
- Install project dependencies
-
$ yarn
-
- Open the
env.js
file
- Add crediantials in
usernameTwitch
andpasswordTwitch
- 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.
-
- Enter the src folder and run the file
twitch_collect.js
-
$ node twitch_collect.js
-
For more information, see the LICENSE
Made with 💻 by Everton Reis
Want to help build this repository? Submit a pull request with your contribution 😉