SkillAgentSearch skills...

Huluobo

Web based rss reader written in python using tornado

Install / Use

/learn @mfussenegger/Huluobo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated3y ago
Forks0

Languages

CSS

Security Score

75/100

Audited on Jan 28, 2023

No findings