a api made with django rest framework serve movie and series quotes. you can find the api Here.
git clone https://github.com/F4R4N/movie-quote.git
apt install python3
cd movie-quote
python3 -m venv venv
source venv/bin/activate
mv sample.config.py config.py
(change settings based on your usage)python3 manage.py migrate
python3 manage.py runserver
- open browser in 127.0.0.1:8000
git clone https://github.com/F4R4N/movie-quote.git
or download directly- install python3
cd movie-quote
python -m venv venv
venv\Scripts\activate
move sample.config.py config.py
(change settings based on your usage)python manage.py migrate
python manage.py runserver
- open browser in 127.0.0.1:8000
use the following path's to get the quotes.
get a random quote each time, from all quotes.
don't show quotes which contain adult language.
you can get a random quote from the desired show. you can find list of show's slug in https://movie-quote-api.herokuapp.com/v1/shows/.
get list of available shows slugs.
feel free to open issue
or pull request
I am trying to make repo better and this will help me.
main
branch of this repository will automatically deploy on Heroku.