-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Movie information scrapper #223
Movie information scrapper #223
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Follow PEP-8 guidelines and check code linting with flake8
pip install flake8
flake8 movieInfoScrapper.py
-
Check the name of the script in README file
-
Code works well if all the information about a movie is present on IMDB but that is not the case all the time, adjust the script to handle exceptions, you can use: try and except block for that
-
I am attaching a screenshot of where an exception occurred. Happens mostly when we check a yet to be released movie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @anandhakrishnanaji
Screenshot (432)
I am facing similar errors, please enhance your code using error handling
. And, all the changes @AdityaJ7 requested.
- Use
try
andexcept
wherever required, to take care of all possible user inputs.
Ok will do @tusharnankani
Nice Job @anandhakrishnanaji
Description
I have created python script that scrapes information about the movie name inputted from IMDB Website
Fixes #185
Type of change
Choosing one or more options from the following as per the nature of your Pull request.
Checklist:
Please tick all the boxes that are fulfilled by your Pull Request.
Update index.md
)README.md
, according to the givenREADME_TEMPLATE.