Index Me Now

RSS Client supporting IndexNow protocol.

License: MIT Crates.io Documentation Lines of code Gitlab pipeline Downloads

Configuration

Program uses configuration file indexmenow.toml. File is in TOML syntax.

You configure there service endpoints and RSS feeds. site and endpoint sections can be repeated.

RSS feed configuration

[[site]] name = "NetMag" host = "netmag.ml" rss = "https://netmag.ml/index.xml" key = "86242457893124524677323557" keyLocation = "https://netmag.ml/86242457893124524677323557.txt"

IndexNow endpoint configuration

[[endpoint]] name = "Yandex" url = "https://yandex.com/indexnow"