Crates.io | indexmenow |
lib.rs | indexmenow |
version | 0.1.4 |
source | src |
created_at | 2023-03-19 14:20:14.27041 |
updated_at | 2024-08-01 00:57:52.403616 |
description | Announces items from RSS feed to search engine using IndexNow |
homepage | https://gitlab.com/hsn10/indexmenow |
repository | https://gitlab.com/hsn10/indexmenow.git |
max_upload_size | |
id | 814437 |
size | 38,519 |
A command-line utility for reading RSS feeds and sending them to search engines that supports the IndexNow protocol for faster updates.
Atom syndication format is not supported. It is planned for next release if I found not bloated library supporting both RSS and Atom.
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.
[[site]]
name = "NetMag"
host = "netmag.ml"
rss = "https://netmag.ml/index.xml"
key = "86242457893124524677323557"
keyLocation = "https://netmag.ml/86242457893124524677323557.txt"
[[endpoint]]
name = "Yandex"
url = "https://yandex.com/indexnow"