This is the backend repository of AniX built with scrapy framework. If you want to visit the frontend repo, click here.
name | description |
---|---|
animes | fetch animes |
anime | fetch a single anime |
search_animes | search animes |
stream | fetch mp4 link for a episode |
-
Clone this repo to your local machine and navigate to the root directory
-
Run the following commands to start the http server
pipenv shell # creating a virtual env pipenv install # installing depende 51F6 ncies scrapyrt # start the http server
-
By default, the http server will listening for requests at port 9080