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
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
This script is licensed under the GNU GPLv3