CloudPulse
A tool to curate compelling news on cloud technologies and cybersecurity. By aggregating information from RSS feeds and Reddit, it identifies the most noteworthy and impactful updates in the tech industry.
Install / Use
/learn @RoseSecurity/CloudPulseREADME
:cloud: CloudPulse: Curating Compelling Cloud News
<p align="center"> <img width=70% height=50% src="./docs/img/CloudPulse_Logo.png"> </p>A tool to curate compelling news on cloud technologies and cybersecurity. By aggregating information from RSS feeds and Reddit, it identifies the most noteworthy and impactful updates in the tech industry.
Demo
https://github.com/RoseSecurity/CloudPulse/assets/72598486/2b56ce37-b944-4f69-9f8b-307de993fff1
Installation
Download Repository:
mkdir CloudPulse
cd CloudPulse/
git clone https://github.com/RoseSecurity/CloudPulse.git
Install Dependencies:
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
CloudPulse Usage
The following keys, usernames, and passwords are required within the src/config.ini file to run CloudPulse:
[Credentials]
REDDIT_CLIENT_ID - Reddit client ID
REDDIT_CLIENT_SECRET - Reddit client secret
REDDIT_USERNAME - Reddit username
REDDIT_PASSWORD - Reddit password
# Subreddits to monitor
[Reddit]
subreddits = ["devops", "terraform", "aws", "github", "sre"]
# RSS Feeds to monitor
[RSS]
feeds = ["https://aws.amazon.com/blogs/infrastructure-and-automation/feed/", "https://github.com/opentofu/opentofu/releases.atom", "https://github.com/hashicorp/terraform/releases.atom", "https://sre.news/rss.xml"]
usage: cloudpulse.py [-h] [-o {stdout,file,streamlit}]
Output cloud news to terminal:
python3 cloudpulse.py -o stdout
Output cloud news to CloudPulse file:
python3 cloudpulse.py -o file
Output cloud news to Streamlit application:
python3 cloudpulse.py -o streamlit
Sources
- r/hacking
- r/infosec
- r/redteamsec
- r/cybersecurity
- r/netsec
- r/hackernews
- r/devops
- r/terraform
- r/ansible
- r/aws
- r/github
- r/homelab
- r/homenetworking
- r/kubernetes
- r/networking
- r/proxmox
- r/sysadmin
- r/vscode
- r/sre
- r/azure
- r/docker
- r/linux
- r/bash
- r/ubuntu
- r/vim
- r/debian
- r/freebsd
- r/fedora
- r/golang
- r/kde
- r/gnome
- r/opensource
RSS Feeds
AWS Feeds
- AWS Architecture Blog
- AWS Blog
- AWS Compute Blog
- AWS Containers Blog
- AWS DevOps Blog
- AWS Database Blog
- AWS Infrastructure and Automation Blog
- AWS Open Source Blog
GCP Feeds
Breach Feeds
DevOps Feeds
Related Skills
tmux
335.9kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
claude-opus-4-5-migration
82.7kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
model-usage
335.9kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
blogwatcher
335.9kMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
