You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
787 B
Markdown

# Automatic Rss Feed Link Grabber
Automatically grabs work links and creates a plain text file the urls.
1 year ago
## Features
* Duplicate URL detection (only adds unique urls)
* Language Detection (language option in config.ini, defaults to english)
* Works really well with [AutomatedFanfic](https://github.com/MrTyton/AutomatedFanfic)
1 year ago
## How to Install
1. Using portainer, create new image using github link choosing a unique name.
2. Create new container using image name you chose in step 1 as the image name.
3. Add volumes /path/to/folder:/config and /path/to/folder:/output to container
3a. /config is where config.ini will be stored
3b. /output is the where fanfiction_file from the AutomatedFanfic docker container should be
4. Deploy and it should run every 30minutes.