Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.