Lingua is an ollama powered language
learning tool. It downloads foreign language news articles from RSS feeds and
asks you to translate them ranking your accuracy from 1 to 10. Lingua also
supports using Miniflux as a feed source.

lingua --config linga.example.toml
|
# Or load from ~/.config/lingua/config.toml
|
lingua
|
Configuration is defined in a TOML file, see linga.example.toml
.
A source can be either a plain RSS feed or a Miniflux
feed ID.
[[sources]] |
name = "Fanpage" |
language = "IT" |
kind = "RSS" |
url = "https://www.fanpage.it/feed/" |
miniflux-endpoint = "https://miniflux.example.org" |
[[sources]] |
name = "Fanpage" |
language = "IT" |
kind = "Miniflux" |
# Miniflux Feed ID: |
id = 111 |