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.
Install requirements
pip install -r requirements.txt
Create config.ini
in the directory with the following lines:
[IB]
sid = SIDHERE
Start Redis cache server
redis-server
Start Flask web app
python3.10 app.py
Deploy directory to Heroku
Add Heroku Data for Redis®
add-on for Redis cache
Add SID as environment variable and set to your SID.