Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bansaljas authored Feb 2, 2020
1 parent 3a63626 commit 33a800c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# IMDb-Scrapper
Description: The Python script will require an email address and a list of favorite TV series for multiple users as input. Then, it will store the input data in the MySQLdb table(s). A single email will be sent to the provided email address with all the appropriate responses(like the next telecast date, IMDb rating, etc) for every TV series.

User Input:

![user_input](Screenshots/user_input.png)


Fetching data:

![fetching_data](Screenshots/output_terminal.png)


Final output Email:

![email_output](Screenshots/email_output.png)

0 comments on commit 33a800c

Please sign in to comment.