mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
1 KiB
1 KiB
Pulsar
RSS Aggregator
Components
src/crawler.php- scan configured RSS feeds and dump results to SQLite (see also alternative branch)src/nex.php- server for NEX Protocolsrc/gemini.php- server for Gemini Protocol
Example
nex://[301:23b4:991a:634d::feed]- Yggdrasil instance by YGGverse
Install
apt install git composer php-fpm php-pdo php-mbstring- install system dependenciesgit clone https://github.com/YGGverse/Pulsar.git- get latest Pulsar versioncd Pulsar- navigate project foldercomposer update- install application dependenciescp config/example.json name.json- setup your feed
Launch
php src/crawler.php config=name.json- crawl feeds configured byname.json- manually or using crontab
Arguments
config- relative (toconfigfolder) or absolute path to configuration file