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 13ebc7bcbc init sqlite implementation 7 months ago
config init sqlite implementation 7 months ago
src init sqlite implementation 7 months ago
.gitignore init sqlite implementation 7 months ago
LICENSE Initial commit 7 months ago
README.md init sqlite implementation 7 months ago
composer.json init sqlite implementation 7 months ago

README.md

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