Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: 6 days 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 (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-23T06:25:44.000Z (about 2 months ago)
- Last Synced: 2024-11-23T07:22:54.299Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- 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)![image](https://github.com/user-attachments/assets/d4dbd40c-399b-4155-8694-cc77f588e0bc)
# 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`