/film_details_searcher

Python command-line application to search for movie details

Primary LanguagePythonMIT LicenseMIT

Film Details Searcher

film_details_searcher is a small tool to search film details right from the command line.
It use a polish movie online website Filmweb and Google

Designed for people who don't want to open web browser and search for film description.

Live demo

You can go to this page and check the app without need to install on your computer. After that click "Play" button enclosed in a green frame on the picture and wait about a minute.

Libraries used

  1. BeautifulSoup - Python web scrapping library
  2. Requests - library for making HTTP requests
  3. pytest - for tests purposes
  4. pytest-cov - for test coverage checking

Usage

$ python film_details_searcher

    After that you will be prompt for film title
$ python film_details_searcher <put_here_film_title>

    After that application will start searching  
    given movie title without prompting for title

Instalation options

  1. Make sure you're using Python 3.6 or higher.
  2. Run
pip install -r requirements.txt

Changelog

Project contains changelog. Visit it if you want to check more details.

How to Contribute

  1. Clone repo and create a new branch: $ git checkout https://github.com/tomaszkyc/film_details_searcher -b name_for_new_branch.
  2. Make changes and add required tests
  3. Make sure that all tests pass:
pytest --cov-report  term-missing --cov=film_details_searcher/film_details_searcher
  1. Submit Pull Request with comprehensive description of changes

Acknowledgements

  1. I'm using scrapping only for learning purposes and project demo. You sould not
    do it in your production code.

Donations

This is free, open-source software. No need to pay for it or donate.