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

https://github.com/olavodotpy/anime-feeds

Geek news site. Processing and using Crunchyroll RSS content.
https://github.com/olavodotpy/anime-feeds

anime anime-api animenews crunchyroll geek manga rss-feed

Last synced: about 2 months ago
JSON representation

Geek news site. Processing and using Crunchyroll RSS content.

Awesome Lists containing this project

README

          

## Documentation
### For information, read the [```docs```](https://github.com/olavodotpy/Crunchyroll-RSS/tree/Master/docs) folder in the correct order

## Clone, deploy on localhost

Do ```git clone``` the application in HTTPS, SSH or CLI:

Example in SSH

```git clone git@github.com:olavodotpy/Crunchyroll-RSS.git```

Create a develop branch that tracks the origin/develop of the repository:

```git checkout -b develop origin/develop```

Install [Python 3.13.0](https://www.python.org/) (check .tool-versions for asdf) and create the virtual environment:

```python -m venv venv```

Enter/activate your environment with:

```source venv/bin/activate```

To exit/deactivate, run:

```deactivate```

Do an install of the manifest file:

```pip install -r requirements.txt```

run ```main.py``` using fastapi:

```fastapi dev app/main.py```

Make a good implementation and send a PR to the develop branch 😊