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

https://github.com/yukithm/go-feedcrawler

Feed (RSS and Atom) crawler library
https://github.com/yukithm/go-feedcrawler

feed go golang rss

Last synced: 5 months ago
JSON representation

Feed (RSS and Atom) crawler library

Awesome Lists containing this project

README

          

go-feedcrawler
==============

Feed (RSS and Atom) crawler library (an example application included).

Features
--------

- Support RSS and Atom
- Filtering entries
- Regexp based filter for title, description, content, author and categories
- Callback function filter
- State management (keep published date and detect new entries)
- Multiple workers

Examples
--------

See `_examples` directory.

- TOML based configuration file
- Fake feed server (dynamic entries feed)

TODO
----

- Support local files (local path and/or file scheme such as "file://")

License
-------

MIT

Author
------

Yuki (@yukithm)