Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/themoken/canto-next

The next generation Canto RSS daemon
https://github.com/themoken/canto-next

Last synced: about 1 month ago
JSON representation

The next generation Canto RSS daemon

Awesome Lists containing this project

README

        

# 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

```sh
$ sudo python3 setup.py install
```

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

```sh
$ systemctl --user enable canto-daemon
```

Or start it manually with

```sh
$ 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
```

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