Skip to content

Latest commit

 

History

History
65 lines (46 loc) · 1.94 KB

README.md

File metadata and controls

65 lines (46 loc) · 1.94 KB

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 😉