4 releases
0.1.2 | Mar 20, 2023 |
---|---|
0.1.1 | Mar 20, 2023 |
0.1.0 | Mar 19, 2023 |
0.0.1 | Mar 19, 2023 |
#1303 in Web programming
25 downloads per month
13KB
170 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.
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
~7–13MB
~333K SLoC