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
- Host: GitHub
- URL: https://github.com/yukithm/go-feedcrawler
- Owner: yukithm
- License: mit
- Created: 2016-05-11T15:16:09.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T08:16:24.000Z (about 7 years ago)
- Last Synced: 2023-07-27T22:49:20.778Z (almost 3 years ago)
- Topics: feed, go, golang, rss
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)