Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobdenotter/rsscrawler
https://github.com/bobdenotter/rsscrawler
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobdenotter/rsscrawler
- Owner: bobdenotter
- Created: 2015-03-29T09:01:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-29T09:10:07.000Z (over 9 years ago)
- Last Synced: 2024-05-01T20:38:31.530Z (6 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Bolt RSS Crawler
================A RSS Crawler extension for the [Bolt CMS](http://www.bolt.cm). Grabs RSS feeds
from a remote source, and inserts them into your local database. Can be used to
to a one-time import, or to do periodical updates.Instructions
------------Add fastfeed/fastfeed to your Composer dependencies:
php composer.phar require fastfeed/fastfeed
Edit the config file, and run it.
You should have a contenttype, that has the following structure:
```
feeditems:
name: Feeditems
singular_name: Feeditem
description: "Crawled feed items. Do not change manually."
fields:
title:
type: text
class: large
group: content
slug:
type: slug
uses: title
itemid:
type: text
variant: inline
content:
type: html
raw:
type: textarea
source:
type: text
variant: inline
author:
type: text
variant: inline
image:
type: text
variant: inline
sitetitle:
type: text
variant: inline
sitesource:
type: text
variant: inline
taxonomy: [ tags ]
```Support
-------Please use the issue tracker: [Github](http://github.com/bobdenotter/RSSCrawler/issues)