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

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.

Awesome Lists containing this project

README

          

# Animesukurepa

Animesukurepa is a web-based application that scrapes anime based on the user's search query

## Docs
![animesukurepa-backend-docs](https://user-images.githubusercontent.com/55067204/188333436-dc9db2f8-ebb3-44e3-ac8a-f0ae4d1cf356.png)

## 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
```