Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 911 Bytes

README.md

File metadata and controls

49 lines (31 loc) · 911 Bytes

gstfeed

A simple tool which converts News and updates from the Indian GST portal as RSS (atom) feeds which can then be used in various integrations (like feed readers, bots)

Feed URL (refreshed every 12 hours): https://kskarthik.github.io/gstfeed/feed.xml

image

Installation

Build Requirements

Usage

To run the script:

deno task run

This will generate the feed.xml in the same directory which can be copied to any location of choice.

The script optionally accepts custom path to the feed file as first argument

deno task run /path/to/feed.xml

To compile as binary:

deno task build

For development:

deno task dev

License

This script is licensed under the GNU GPLv3