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.

26 lines
1.0 KiB

6 months ago
# Pulsar
6 months ago
5 months ago
RSS Aggregator
6 months ago
## Components
5 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))
5 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)
6 months ago
6 months ago
## Example
* `nex://[301:23b4:991a:634d::feed]` - [Yggdrasil](https://github.com/yggdrasil-network/yggdrasil-go) instance by YGGverse
6 months ago
5 months ago
## Install
6 months ago
5 months ago
1. `apt install git composer php-fpm php-pdo php-mbstring` - install system dependencies
2. `git clone https://github.com/YGGverse/Pulsar.git` - get latest Pulsar version
5 months ago
3. `cd Pulsar` - navigate project folder
5 months ago
4. `composer update` - install application dependencies
5 months ago
5. `cp config/example.json name.json` - setup your feed
5 months ago
5 months ago
## Crawl
5 months ago
* `php src/crawler.php config=name.json` - crawl feeds configured by `name.json` - manually or using crontab
5 months ago
* `config` - relative (to `config` folder) or absolute path to configuration file