Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codelytv/n8n-nodes-twitch
n8n trigger node for Twitch: Execute workflows on stream start, stream end, and new follows
https://github.com/codelytv/n8n-nodes-twitch
n8n n8n-community-node-package n8n-node n8n-nodes node streaming twitch typescript
Last synced: about 2 months ago
JSON representation
n8n trigger node for Twitch: Execute workflows on stream start, stream end, and new follows
- Host: GitHub
- URL: https://github.com/codelytv/n8n-nodes-twitch
- Owner: CodelyTV
- License: gpl-3.0
- Created: 2022-05-06T12:59:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T08:55:49.000Z (over 2 years ago)
- Last Synced: 2024-09-21T14:11:47.327Z (4 months ago)
- Topics: n8n, n8n-community-node-package, n8n-node, n8n-nodes, node, streaming, twitch, typescript
- Language: TypeScript
- Homepage: https://codely.com
- Size: 90.8 KB
- Stars: 32
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🛠 Twitch Trigger node forn8n
Receive notifications when something happens in your Twitch Stream (or other's). Installing this node you'll be able to trigger automations based on "Stream goes online/offline", "new follow" and some other events.
Take a look, play and have fun with this.
Stars are welcome 😊# 👀 Usage example
Usually all the nodes you need for a certain task are already included with n8n.
They take care of the new additions via PR and, at some point, they get added to the core packages.There is an alternative way that is creating an npm package with just the component you want to add and install it in the n8n instance you have, which is the recommended way for custom packages that are going to be used only in your context/company/environment.
So, if you already have a n8n instance running, you could jump to the installation part and follow the instructions.
Once it's installed, it will appear in the components palette, as any other component:
![Component palette with Twitch Trigger Node](/docs/components.png)
![Trigger node options in workflow](/docs/trigger_options.png)
# 👍 How to install
Just go to your n8n instance, find the folder where n8n is installed (if you are using the standard Docker installation, it will probably be: /usr/local/lib/node_modules/n8n) and install the package as any other npm package:
- Npm: `npm i @codelytv/n8n-nodes-twitch`
- Yarn: `yarn add @codelytv/n8n-nodes-twitch`If you want to create a custom Docker image to have it installed by default (that's what we do), you could use our Dockerfile as a base. Take a look at our custom docker image repo:
Simple Dockerfile for custom n8n image
# 👌 Codely Code Quality Standards
Publishing this package we are committing ourselves to the following code quality standards:
- 🤝 Respect **Semantic Versioning**: No breaking changes in patch or minor versions
- 🤏 No surprises in transitive dependencies: Use the **bare minimum dependencies** needed to meet the purpose
- 🎯 **One specific purpose** to meet without having to carry a bunch of unnecessary other utilities
- ✅ **Tests** as documentation and usage examples
- 📖 **Well documented ReadMe** showing how to install and use
- ⚖️ **License favoring Open Source** and collaboration