Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dusansimic/feedgen
RSS feed generator for services that don't have it.
https://github.com/dusansimic/feedgen
atom-feed generator golang rss rss-generator
Last synced: 6 days ago
JSON representation
RSS feed generator for services that don't have it.
- Host: GitHub
- URL: https://github.com/dusansimic/feedgen
- Owner: dusansimic
- License: mit
- Created: 2020-10-12T20:34:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T09:12:14.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T00:27:06.336Z (over 1 year ago)
- Topics: atom-feed, generator, golang, rss, rss-generator
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
FeedGen - RSS feed for services📫 Get RSS feed for services without it
👨🏻💻 Easily add new services
🧐 Read content without going to the service
##
![License](https://img.shields.io/github/license/dusansimic/feedgen)FeedGen generates RSS feeds for services that don't actually have them. This enables the user to get
updates on website/service content without checking it via clients or websites. For example, you can
get updates on Instagram posts from public profiles or new from a university website without
checking it.## Usage
```sh
# Go to server dir
cd server
# Build the server
go build
# Run it
./server
```## Author
[Dušan Simić](https://dusansimic.me) <>
## 🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check
[issues page](https://github.com/dusansimic/feedgen/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc).## 📝 License
Copyright © 2020 [Dušan Simić](https://github.com/dusansimic).
This project is [MIT](./LICENSE) licensed.