An open API service indexing awesome lists of open source software.

https://github.com/chillfish8/crunchy-api

A dedicated API and Website for Crunchy, Handling our RSS Feeds and Webhooks
https://github.com/chillfish8/crunchy-api

anime api python3 website

Last synced: 2 months ago
JSON representation

A dedicated API and Website for Crunchy, Handling our RSS Feeds and Webhooks

Awesome Lists containing this project

README

        

# Crunchy-API
A dedicated API and Website for Crunchy, Handling our RSS Feeds and Webhooks

In production this API handles over 140,000 Requests daily and serves over 60,000 Images.

## Made for performance
Using the insanely powerful Sanic micro framework and webserver, creating a fast and efficent async webserver/framework.

## Modules

### Sanic (PY)
You can find out about the awsome Async framework built for performance [here](https://sanic.readthedocs.io/en/latest/sanic/getting_started.html)

### Flisk (PY)
Modified version of Flisk to support AsyncIO endpoints yet keep the simplistic URL routing.

### rss (PY)
Simple async RSS parser which calls a callback on content change in a RSS field.

### Morris (JS/CS)
Personally my favourite SVG graph generator, This can be found in the static/js folder, with bumped up requirement versions for security after not being updated for the last 6 years.