README.md -rw-r--r-- 1 KiB

Lingua

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.

Example

Video of user translating Italian text to English

Building From Source

make

Usage

lingua --config linga.example.toml
# Or load from ~/.config/lingua/config.toml
lingua

Configuration

Configuration is defined in a TOML file, see linga.example.toml.

Source

A source can be either a plain RSS feed or a Miniflux feed ID.

Plain RSS Feed

[[sources]]
name = "Fanpage"
language = "IT"
kind = "RSS"
url = "https://www.fanpage.it/feed/"

Miniflux Feed Item

miniflux-endpoint = "https://miniflux.example.org"
[[sources]]
name = "Fanpage"
language = "IT"
kind = "Miniflux"
# Miniflux Feed ID:
id = 111