Apkawa / rust-any2feed

A pluggable localhost server for convert any source to rss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CICD

rust-any2feed

A pluggable localhost server for convert any source to rss

Idea from goutsune/unko, goutsune/mewe-wrapper

Warning

The project is being written for learning rust and is not yet ready for users

Features

For mvp (minimal viable product)

  • Sources:
  • Pluggable interface
  • Cache storage
  • Config
  • CLI
  • Configure via env

Usage

Help

./any2feed help
./any2feed help run

Run server

Usage: any2feed --config <CONFIG> run [OPTIONS]

Options:
  -p, --port <PORT>        Server listen port
      --threads <THREADS>  Server num threads

CLI params overrides config param

./any2feed --config ./any2feed.config.toml run [--port 12345]

Similar projects

About

A pluggable localhost server for convert any source to rss.

License:MIT License


Languages

Language:Rust 99.9%Language:Shell 0.1%