GithubHelp home page GithubHelp logo

tomaszkyc / film_details_searcher Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 100 KB

Python command-line application to search for movie details

License: MIT License

Python 100.00%
film-details-searcher cli cli-app movies movies-app movies-application command-line-app

film_details_searcher's Introduction

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.

film_details_searcher's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.