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.
- Host: GitHub
- URL: https://github.com/olavodotpy/anime-feeds
- Owner: olavodotpy
- License: mit
- Created: 2025-02-26T19:15:18.000Z (over 1 year ago)
- Default Branch: Master
- Last Pushed: 2026-03-24T23:54:17.000Z (2 months ago)
- Last Synced: 2026-03-25T10:48:49.942Z (2 months ago)
- Topics: anime, anime-api, animenews, crunchyroll, geek, manga, rss-feed
- Language: Python
- Homepage:
- Size: 3.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-develop.md
- License: LICENSE
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 😊