├── backup-n8n-workflows.json ├── notion-n8n-automations ├── invoice-ocr-assistant-mindee.json ├── social-image-generator-renderform.json └── stock-portfolio-tracker-alpha-vantage.json ├── scrape-data-n8n-puppeteer ├── puppeteer-script │ ├── google-cloud-functions-adjusted │ │ ├── .puppeteerrc.cjs │ │ ├── index.js │ │ └── package.json │ └── index.js └── retrieve-email-addresses.js ├── telegram-ai-bot.json └── telegram-memory-sessions-flowise-zep.json /backup-n8n-workflows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/backup-n8n-workflows.json -------------------------------------------------------------------------------- /notion-n8n-automations/invoice-ocr-assistant-mindee.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/notion-n8n-automations/invoice-ocr-assistant-mindee.json -------------------------------------------------------------------------------- /notion-n8n-automations/social-image-generator-renderform.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/notion-n8n-automations/social-image-generator-renderform.json -------------------------------------------------------------------------------- /notion-n8n-automations/stock-portfolio-tracker-alpha-vantage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/notion-n8n-automations/stock-portfolio-tracker-alpha-vantage.json -------------------------------------------------------------------------------- /scrape-data-n8n-puppeteer/puppeteer-script/google-cloud-functions-adjusted/.puppeteerrc.cjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/scrape-data-n8n-puppeteer/puppeteer-script/google-cloud-functions-adjusted/.puppeteerrc.cjs -------------------------------------------------------------------------------- /scrape-data-n8n-puppeteer/puppeteer-script/google-cloud-functions-adjusted/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/scrape-data-n8n-puppeteer/puppeteer-script/google-cloud-functions-adjusted/index.js -------------------------------------------------------------------------------- /scrape-data-n8n-puppeteer/puppeteer-script/google-cloud-functions-adjusted/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/scrape-data-n8n-puppeteer/puppeteer-script/google-cloud-functions-adjusted/package.json -------------------------------------------------------------------------------- /scrape-data-n8n-puppeteer/puppeteer-script/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/scrape-data-n8n-puppeteer/puppeteer-script/index.js -------------------------------------------------------------------------------- /scrape-data-n8n-puppeteer/retrieve-email-addresses.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/scrape-data-n8n-puppeteer/retrieve-email-addresses.js -------------------------------------------------------------------------------- /telegram-ai-bot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/telegram-ai-bot.json -------------------------------------------------------------------------------- /telegram-memory-sessions-flowise-zep.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/workfloows/workfloows-tutorials/HEAD/telegram-memory-sessions-flowise-zep.json --------------------------------------------------------------------------------