RSS aggregator for different protocols
Find a file
2024-05-04 08:25:29 +03:00
config init sqlite implementation 2024-05-04 08:25:29 +03:00
src init sqlite implementation 2024-05-04 08:25:29 +03:00
.gitignore init sqlite implementation 2024-05-04 08:25:29 +03:00
composer.json init sqlite implementation 2024-05-04 08:25:29 +03:00
LICENSE Initial commit 2024-04-19 16:00:35 +03:00
README.md init sqlite implementation 2024-05-04 08:25:29 +03:00

Pulsar

RSS Aggregator for Gemini Protocol

Components

  • src/crawler.php - scan configured RSS feeds and dump results to SQLite (see also FS branch)
  • src/nex.php - Build-in server for NEX Protocol
  • src/gemini.php - Build-in server for Gemini Protocol

Example

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

Usage

  1. git clone https://github.com/YGGverse/Pulsar.git
  2. cp config/example.json name.json - setup your feed
  3. php src/crawler.php name.json - grab feeds manually or using crontabdes