Web Scrapping
web scraping is the process of extracting data from websites. All the job is carried out by a piece of code called a “scraper”. First, it sends a “GET” query to a specific website. Then, it parses an HTML document based on the received result.
Technologies Used: Selenium / BeautifulSoup / Requests / Pandas
DEMO :


This Project is all about movie recomendation based on emotion. Users can select the movies based on his/her current mood/emotion. Here i have used SAPI.SpVoice - which speaks out whatever stroked by Keyboard.
Technologies Used: Selenium / Requests / re / win32com.client / Python
This Project is all about facebook automatic post using selenium. In this script, You can perform automatic status post to facebook using selenium.
Technologies Used: Selenium / time / Python