#rss #search-engine #web #web-dev #command-line-tool #indexnow

bin+lib indexmenow

Announces items from RSS feed to search engine using IndexNow

6 releases

0.1.4 Aug 1, 2024
0.1.3 Jul 29, 2023
0.1.2 Mar 20, 2023
0.0.1 Mar 19, 2023

#965 in Web programming

Download history 132/week @ 2024-07-29 13/week @ 2024-09-16 6/week @ 2024-09-23 4/week @ 2024-09-30

285 downloads per month

MIT license

13KB
175 lines

Index Me Now

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.

License: MIT Crates.io Crates.io MSRV Safe Rust dependency status Documentation 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"

Dependencies

~9–19MB
~344K SLoC