Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/florianvazelle/automate-twitch
A cross browser extension to automate collection of channel points on Twitch
https://github.com/florianvazelle/automate-twitch
browser-extension twitch
Last synced: 22 days ago
JSON representation
A cross browser extension to automate collection of channel points on Twitch
- Host: GitHub
- URL: https://github.com/florianvazelle/automate-twitch
- Owner: florianvazelle
- Created: 2020-11-22T14:58:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-01T09:54:21.000Z (about 4 years ago)
- Last Synced: 2024-10-31T21:43:07.238Z (2 months ago)
- Topics: browser-extension, twitch
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automate Twitch
Automate the collection of [channel points](https://help.twitch.tv/s/article/channel-points-guide) on Twitch.
You can install the latest version manually, from the [Firefox Add-ons web site.](https://addons.mozilla.org/en-US/firefox/addon/automate-twitch/)## Usage
1. Download and load the Add-on in your browser.
2. Go to the `twitch.tv` page of the stream you want to see.
3. Make sure you are logged in and it's go.## Dependency
Ensure you have [Node.js](https://nodejs.org) 10 or later installed.
## Development
1. Run `npm install` to install dependencies.
2. To watch file changes in development, run `npm run dev:`.
3. And load extension in browser- ### Chrome
- Go to the browser address bar and type `chrome://extensions`
- Check the `Developer Mode` button to enable it.
- Click on the `Load Unpacked Extension…` button.
- Select your extension’s extracted directory.- ### Firefox
- Load the Add-on via `about:debugging` as temporary Add-on.
- Choose the `manifest.json` file in the extracted directory- ### Opera
- Load the extension via `opera:extensions`
- Check the `Developer Mode` and load as unpacked from extension’s extracted directory.## Production
- `npm run build` builds the extension for all the browsers to `extension/BROWSER` directory respectively.