Skip to content

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

Notifications You must be signed in to change notification settings

kskarthik/gstfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published