Go to file
2023-06-12 18:28:17 +00:00
release-versions updated 2023-06-06 14:24:29 -04:00
root Update 'root/config.default/fanfiction_file' 2023-06-12 18:17:34 +00:00
Dockerfile fix dockerfile 2023-06-06 14:41:06 -04:00
README.md Update 'README.md' 2023-06-12 18:28:17 +00:00

Automatic Rss Feed Link Grabber

Automatically grabs work links and creates a plain text file the urls.

Features

  • Duplicate URL detection (only adds unique urls)
  • Language Detection (language option in config.ini, defaults to english)
  • Works really well with AutomatedFanfic

How to Install

  1. Using portainer, create new image using git clone url, 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.