Skip to content

StealthTech/grab-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS 360

RSS Radar is a simple RSS processing tool.

Introduction

RSS 360 is simple and mighty tool that allows you to scan a bunch of websites and fetch links of RSS channels from it.

Installation

Basic requirements: Python 3.6 or higher.

All actions must be performed in the project directory.

Linux platform
  1. Installing and activating virtualenv (not necessary but recommended

     pip3 install virtualenv
    
     virtualenv env --python=python3
    
     source env/bin/activate/
    
  2. Installing requirements

     pip install -r requirements.txt
    

And you're good to go.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages