mirror of https://github.com/YGGverse/Pulsar.git
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
048ae2c3ac
|
7 months ago | |
---|---|---|
config | 7 months ago | |
src | 7 months ago | |
.gitignore | 7 months ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
composer.json | 7 months ago |
README.md
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
Usage
apt install git composer php-fpm php-pdo php-mbstring
- install dependenciesgit clone https://github.com/YGGverse/Pulsar.git
cd Pulsar
- navigate project foldercomposer update
- grab latest dependenciescp config/example.json name.json
- setup your feedphp src/crawler.php config=name.json
- crawl feeds configured byname.json
- manually or using crontab