Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

mfussenegger/Huluobo

Repository files navigation

Huluobo

A very minimalistic RSS reader.

screenshot

Installation

Requirements:

  • python33 (recommended) or
  • python27

For Python27 see requirements27.txt
For Python33 see requirements.txt

pip install -r requirements.txt

Before the first run it is necessary to create the configuration file and initialize the database. Any database that is supported by SQLAlchemy should work.

cp config.example.py config.py

Edit the file and specify the database connection string. Then create the tables with:

python schema.py

Run Huluobo

python index.py --port=8000

About

Web based rss reader written in python using tornado

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published