The given project will save the community from all the spoilers of their favourite tv series hovering around and to recommend top five movies according to their genre. The main aim of the project is to send an email to the user that contains the information about the Air Date of episode of the TV series a user likes ( air date = Date on which the episode will be broadcasted). It enables user to register for themself. List of favourite TV Series is stored in the MySQL DataBase and mailed to all the registered user on their registered email address on demand.
This will recommend movies on the basis of user choice of genre. It enables user to register for themself. Scrapped 10000 movie data from imdb and processed it to recommend movie to user. It enables user to register for themself. List of recommended movies mailed to user on demand.
Language: Python Concept: Web Scraping Scraped Site: https://www.imdb.com/
smtplib urllib bs4 ( BeautifulSoup) datetime Mysql.connector
Installing dependencies: sudo apt-get install python3-mysql.connector sudo apt-get install python3-bs4
EmailAddress="Your_Email_Address" Enter your email address through which you want to email all the users Password="Your_Password" Enter Password of your email address
Enter host name, username and password of your mysql Mysql MysqlHost="Your_Host_Name" MysqlUser="Your_User_Name" MysqlPassword="Your_password" Example: MysqlHost=”local host” MysqlUser="User" MysqlPassword="My password" Your Gmail should allow third party apps(Less secure apps) to send mails.
Usage Run main.py in terminal and enter your choice of functions as per the instructions For TV Series format to enter data: Enter user email address example: sample@gmail.com Enter tv series information requirement separating with comma example: Game of thrones, black mirror, da vinci demons, breaking bad For Movies format to enter data: Enter your genre list seperated with ","(comma) example: Sci-Fi,Horror Scrapped imdb