https://github.com/aybruhm/animesukurepa-backend
An application that scrapes anime based on the user's search query. Built with Python and Django Rest Framework.
https://github.com/aybruhm/animesukurepa-backend
aggregator bs4 django gogoanime gogoanimeio python3 scraper webscraping
Last synced: about 1 month ago
JSON representation
An application that scrapes anime based on the user's search query. Built with Python and Django Rest Framework.
- Host: GitHub
- URL: https://github.com/aybruhm/animesukurepa-backend
- Owner: aybruhm
- License: cc0-1.0
- Created: 2020-06-25T03:26:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T19:49:09.000Z (over 2 years ago)
- Last Synced: 2025-04-08T03:13:49.303Z (6 months ago)
- Topics: aggregator, bs4, django, gogoanime, gogoanimeio, python3, scraper, webscraping
- Language: JavaScript
- Homepage: https://animesukurepa.up.railway.app/
- Size: 13.6 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Animesukurepa
Animesukurepa is a web-based application that scrapes anime based on the user's search query
## Docs
## Frontend
Link to [repository](https://github.com/israelabraham/anime-scraper-react)## Installation
To get it running on your local machine, follow the steps below:
1. Run the commands below in your terminal:
```
git clone git@github.com:israelabraham/animesukurepa-backend.git
```2. Change directory to animesukurepa-backend:
```
cd animesukurepa-backend
```3. Install the requirements with the command below:
```
pipenv install -r requirements.txt
```4. Run the development server with
```
python manage.py runserver
```5. Launch your browser and navigate to:
```
http://127.0.0.1:8000
```