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.
yggverse ad9ece5a6c update readme 2 months ago
config change debug settings level 2 months ago
src implement environment model 2 months ago
.gitignore init sqlite implementation 2 months ago
LICENSE Initial commit 3 months ago
README.md update readme 2 months ago
composer.json init sqlite implementation 2 months ago

README.md

Pulsar

RSS Aggregator

Components

Example

  • nex://[301:23b4:991a:634d::feed] - Yggdrasil instance by YGGverse

Install

  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
  3. cd Pulsar - navigate project folder
  4. composer update - install application dependencies
  5. cp config/example.json name.json - setup your feed

Crawl

  • php src/crawler.php config=name.json - crawl feeds configured by name.json - manually or using crontab
    • config - relative (to config folder) or absolute path to configuration file