RSS Aggregator for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
736 B

2 months ago
# Pulsar
2 months ago
2 months ago
RSS Aggregator
2 months ago
## Components
2 months ago
* [x] `src/crawler.php` - scan configured RSS feeds and dump results to SQLite (see also [alternative branch](https://github.com/YGGverse/Pulsar/tree/fs))
2 months ago
* [ ] `src/nex.php` - server for [NEX Protocol](https://nightfall.city/nps/info/specification.txt)
* [ ] `src/gemini.php` - server for [Gemini Protocol](https://geminiprotocol.net)
2 months ago
2 months ago
## Example
* `nex://[301:23b4:991a:634d::feed]` - [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) instance by YGGverse
2 months ago
2 months ago
## Usage
1. `git clone https://github.com/YGGverse/Pulsar.git`
2. `cp config/example.json name.json` - setup your feed
2 months ago
3. `php src/crawler.php name.json` - crawl feeds configured by `name.json` - manually or using crontab