Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.
/ Inkbunny-RSS Public archive

Uses Inkbunny's API to generate an RSS feed.

Notifications You must be signed in to change notification settings

mruac/Inkbunny-RSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Uses Inkbunny's API to generate an RSS feed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published