• Stars
    star
    158
  • Rank 235,829 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 13 years ago
  • Updated almost 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The next generation Canto RSS daemon

Canto Daemon

This is the RSS backend for Canto clients.

Canto-curses is the default client at:

http://github.com/themoken/canto-curses

Requirements

Debian / Ubuntu
- python3
- python3-feedparser

Arch (Py3 is default)
- python
- python-feedparser

Install

From this directory, run

    $ sudo python3 setup.py install

If you're a systemd user you can easily run it on startup

    $ systemctl --user enable canto-daemon

Or start it manually with

    $ systemctl --user start canto-daemon

By default, user sessions start on login, and end on logoff stopping daemons. This is good behavior, but if you don't want canto-daemon to stop when you log out (to keep gathering news) enable "lingering" for your account.

    $ loginctl enable-linger <username>

This will start one session for you on boot that will last until shutdown.