https://github.com/kskarthik/gstfeed
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)
https://github.com/kskarthik/gstfeed
gstin india rss-feed
Last synced: about 2 months ago
JSON representation
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)
- Host: GitHub
- URL: https://github.com/kskarthik/gstfeed
- Owner: kskarthik
- Created: 2024-11-23T05:03:11.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-27T18:59:39.000Z (6 months ago)
- Last Synced: 2025-03-27T00:22:51.791Z (2 months ago)
- Topics: gstin, india, rss-feed
- Language: TypeScript
- Homepage:
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gstfeed
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)Feed URL (refreshed every 12 hours):
[https://kskarthik.github.io/gstfeed/feed.xml](https://kskarthik.github.io/gstfeed/feed.xml)
# Installation
## Build Requirements
- [Deno](https://deno.com)
## 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`