You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

brss

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brss

Offline DBus RSS reader

0.8.14
pipPyPI
Maintainers
1

======= brss

BRss is an 'offline' RSS reader written in Python. It is a complete rewrite of another python RSS reader (Naufrago!), based on the concept of service/client. It uses the dbus library to enable communication between the service and clients.

Features:

BRss consists of two applications:

  • brss-engine brss-engine is a dbus service. Its main features are:

    • periodically downloads feed articles, with their images
    • notify on updates
    • transparently replaces remote image tags on article request.
    • search articles
  • brss-reader brss-reader is a GTK+ client for brss-engine.

    • Connects to brss-engine
    • Keyboard feed and article navigation (à la Thunderbird)
    • full-screen article viewing
    • Article search engine

INSTALL:

Reminder: BRss is still "alpha" software. Use at your own risks.

BRss requires the following python modules to run.

python-gobject python-feedparser python-sqlite3 python-dbus

How to install this modules may vary depending on your distribution. In Archlinux run the following command as root:

pacman -S dbus-python pygobject python2-feedparser python-pysqlite gtk3 \

libwebkit3 libnotify gcc gettext glib2
  • Extract the archive

$ tar zxf brss-0.8.14.tar.gz $ cd brss-0.8.14

  • Install

$ sudo python setup.py install

  • Compile the schema folder

$ sudo glib-compile-schemas /usr/share/glib-2.0/schemas/

TODO:

The following are planned, in no particular order:

- Provide a proper install script.
- Documentation
- Gnome3 design guidelines compliance
- Better logo and pixmaps
- CLI interface
- DnD feed recategorizing

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts