My personal collection of n8n workflows that I've built and tested for various automation tasks.
You'll need n8n running (either self-hosted or on n8n Cloud) and some basic API keys depending on which workflows you want to use.
git clone https://github.com/your-username/n8n-workflows.git
cd n8n-workflows- Open your n8n instance
- Click "Import from File" in the workflows section
- Upload the
.jsonfile you want - Configure the credentials (see setup guides below)
- Runs: Daily at 8 AM
- Does: Grabs trending repos from GitHub's API, summarizes and formats them nicely for Telegram
- Good for: Staying updated on popular open source projects
Found a bug or want to add a workflow? Feel free to open an issue or submit a pull request.
Note: These workflows are provided as-is. Test them in a safe environment before using in production.