Skip to content

Latest commit

 

History

History
57 lines (43 loc) · 1.03 KB

README.md

File metadata and controls

57 lines (43 loc) · 1.03 KB

RSS


Table of contents


Newsboat

Newsboat is an Atomm and RSS reader from the terminal.

Install newsboat:

sudo apt install -y newsboat

Configure newsboat to resolve over Tor:

printf "use-proxy yes
proxy-type socks5h
proxy 127.0.0.1:9050
" | tee -a ~/.newsboat/config

Add an onion feed (Qubes OS feed example):

printf "http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/feed.xml" | tee -a ~/.newsboat/urls

Start newsboat and refresh feeds from start:

newsboat -r

QuiteRSS

QuiteRSS is a feed reader written in Qt/C++.

Install quiterss:

sudo apt install -y quiterss

Configure the proxy: Tools -> Options (F8) -> Network Connections -> Manual proxy configuration:

SOCKS5
Proxy server: 127.0.0.1
Port: 9050

Add an onion feed (Qubes OS feed example): Ctrl+N -> Paste the following as the url: http://qubesosfasa4zl44o4tws22di6kepyzfeqv3tg4e3ztknltfxqrymdad.onion/feed.xml