Skip to content

abobov/rss-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS generator for sites

Quick start

Create a virtual environment

virtualenv venv

Activate the virtual environment

source venv/bin/activate

Install libraries

pip install -r requirements.txt

And now you can run RSS generation

python3 main.py --output feed.xml URL

Supported sites

List of supported sites in the plugins directory.

If your site is not supported, then you need to implement a plugin like others or ask for help as a new issue.

About

RSS generation for forums, podcasts and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published