Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twisterarmy/twister-rss-bot
RSS Bot for Twister P2P
https://github.com/twisterarmy/twister-rss-bot
composer rss-bot rss-php twister twister-bot twister-p2p twister-php twister-rss-bot
Last synced: 8 days ago
JSON representation
RSS Bot for Twister P2P
- Host: GitHub
- URL: https://github.com/twisterarmy/twister-rss-bot
- Owner: twisterarmy
- License: mit
- Created: 2023-12-21T03:38:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T05:43:04.000Z (about 1 year ago)
- Last Synced: 2024-11-26T09:14:57.006Z (2 months ago)
- Topics: composer, rss-bot, rss-php, twister, twister-bot, twister-p2p, twister-php, twister-rss-bot
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twister-rss-bot-php
RSS Bot for Twister P2P
## Requirements
* `php-8.2`
* `php-curl`
* `php-mbstring`
* `php-pdo`
* `php-sqlite3`## Install
### Production
* `composer create-project twisterarmy/twister-rss-bot`
### Development
* `git clone https://github.com/twisterarmy/twister-rss-bot-php.git`
* `cd twister-rss-bot-php`
* `composer install`## Config
* `cp config.example.json config.json`
* `nano config.json` add twister connection and RSS feeds## Usage
* `@hourly php src/cli/bot.php`