git404hub

what is free-vps-n8n-pipeline fr?

mdsohail99/free-vps-n8n-pipeline — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · ops devopsComplexity · 4/5Setup · hard

tl;dr

A free Oracle Cloud based automation server that scrapes daily AI news and posts summaries to Notion and Slack.

vibe map

mindmap
  root((repo))
    What it does
      Scrapes AI news daily
      Summarizes with an LLM
      Posts to Notion and Slack
    Tech stack
      Python
      n8n
      Docker
      Oracle Cloud Free Tier
    Use cases
      Free automation server setup
      Daily AI news briefing
      Weekly rollup reports
    Audience
      Automation hobbyists
      Small teams on a budget
    Setup
      Oracle Cloud VPS
      Notion integration token
      OpenRouter API key

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Deploy a free automation server on Oracle Cloud instead of paying for Zapier or Make.com.

VIBE 2

Get a daily AI generated news briefing posted automatically to Slack and Notion.

VIBE 3

Build a weekly rollup report summarizing the past seven days of news.

VIBE 4

Add new automation workflows to the same server using the project's folder structure.

what's the stack?

Pythonn8nDockerCaddyOpenRouterNotion API

how it stacks up fr

mdsohail99/free-vps-n8n-pipeline0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultyhardmoderatemoderate
Complexity4/52/54/5
Audienceops devopsgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires provisioning a cloud VPS plus Notion and OpenRouter API keys before the quick start commands will work.

License badge is present in the README but the specific license terms are not stated in the excerpt.

in plain english

This project is a blueprint and set of scripts for building your own AI automation server at no ongoing cost, using the free tier of Oracle Cloud instead of paid tools like Zapier or Make.com. It sets up a small virtual server running the free tier's 4 CPU cores and 24GB of memory, then installs n8n, a visual workflow automation tool, alongside Docker to run everything in containers and Caddy to automatically handle HTTPS certificates. The centerpiece workflow included is a daily AI briefing. A Python script without external dependencies scrapes sources like HackerNews, Techmeme, and Reddit each morning, sends the collected material to a free large language model through OpenRouter, and turns the result into a structured report. That report gets written into a Notion database you set up in advance, with old entries archived automatically, and a summary is posted to a Slack channel using formatted alert cards. On Sundays the same pipeline also builds a weekly rollup by looking back over the past seven days of entries. The repository is organized so that additional automation workflows can be added later under a consistent folder structure, each with its own category and name, so this daily briefing is meant as the first of potentially many workflows rather than the only one. Before running anything, you need an Oracle Cloud virtual server, or another Ubuntu 24.04 server, with network ports open for SSH and web traffic, a Notion integration token and a parent page to write into, and an OpenRouter API key. Setup involves cloning the repository onto the server, running a setup script that installs the required infrastructure, copying an example environment file and filling in your credentials, then running a Python script that creates the Notion database structure automatically. Detailed written guides cover the full setup, deployment, and common errors, including a guide for having an AI coding assistant configure the server over SSH on your behalf.

prompts (copy fr)

prompt 1
Walk me through setting up an Oracle Cloud Free Tier VPS for this automation pipeline.
prompt 2
Help me configure the .env file with my Notion token and OpenRouter API key.
prompt 3
Explain how the daily AI briefing workflow scrapes news and builds the Notion report.
prompt 4
Show me how to add a new custom workflow using this repo's folder structure.

Frequently asked questions

what is free-vps-n8n-pipeline fr?

A free Oracle Cloud based automation server that scrapes daily AI news and posts summaries to Notion and Slack.

What language is free-vps-n8n-pipeline written in?

Mainly Python. The stack also includes Python, n8n, Docker.

What license does free-vps-n8n-pipeline use?

License badge is present in the README but the specific license terms are not stated in the excerpt.

How hard is free-vps-n8n-pipeline to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is free-vps-n8n-pipeline for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.