Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/themoken/canto-next
- Owner: themoken
- License: gpl-2.0
- Created: 2011-08-30T18:48:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T20:09:57.000Z (about 4 years ago)
- Last Synced: 2024-08-01T17:27:52.983Z (4 months ago)
- Language: Python
- Homepage:
- Size: 751 KB
- Stars: 158
- Watchers: 7
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-python-applications - Repo - based client](https://github.com/themoken/canto-curses). `(linux, tui)` (<a id="tag-internet" href="#tag-internet">Internet</a>)
- awesome-python-applications - Repo - based client](https://github.com/themoken/canto-curses). `(linux, tui)` (<a id="tag-internet" href="#tag-internet">Internet</a>)
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-feedparserArch (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.