Skip to content
This repository was archived by the owner on Sep 19, 2024. It is now read-only.

RoseSecurity/CloudPulse

Repository files navigation

☁️ CloudPulse: Curating Compelling Cloud News


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

CloudPulse_Demo.mov

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

Reddit

RSS Feeds

AWS Feeds

GCP Feeds

Breach Feeds

DevOps Feeds

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages