Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (18 loc) · 1.02 KB

File metadata and controls

30 lines (18 loc) · 1.02 KB

Inkbunny-RSS

This project is now archived. Future updates to this project will be adapted as a bridge for RSS-Bridge.

My first proper project, inspired by the RSS function in boothale's FurAffinity API "FAExport"

Essentially it takes the output from Inkbunny's search API and converts it into a usable RSS file that can be used locally. Please refer to InkBunny's API documentation for more information and possible flags.

Local Install

Install requirements pip install -r requirements.txt

Create config.ini in the directory with the following lines:

  1. [IB]
  2. sid = SIDHERE

Start Redis cache server redis-server

Start Flask web app python3.10 app.py

Heroku

Deploy directory to Heroku

Add Heroku Data for Redis® add-on for Redis cache

Add SID as environment variable and set to your SID.