RSS Bot for Twister P2P
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.

32 lines
506 B

5 months ago
# twister-rss-bot-php
5 months ago
5 months ago
RSS Bot for Twister P2P
5 months ago
## 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`