Learn how to build web scraping scripts to download, extract and parse structured data from the web using Python.
Learn how to perform web scraping at scale by preventing websites to ban your ip address while scraping them using different proxy methods in Python.
Extracting HTML tables using requests and beautiful soup and then saving it as CSV file or any other format in Python.
Building a Python tool to automatically extract email addresses in any web page using requests-html library and regular expressions in Python.
Building a Python script that detects XSS vulnerability in web pages using requests and BeautifulSoup.
Building a crawler to extract all website internal and external links using requests, requests_html and beautiful soup in Python.
Learn how to extract and download images from a single web page in Python using requests and BeautifulSoup libraries.
Scraping Google weather search page to extract useful information such as current weather, temperature, next days' weather and much more in Python using requests and Beautiful Soup.
Scraping YouTube videos and extracting useful video information such as title, total views, publish date, video duration, tags, likes and dislikes and more in Python using requests_html and Beautiful Soup libraries.
Extracting data and searching in Wikipedia, getting article summaries, links, images and more using Wikipedia library in Python.
Making a facebook messenger chat bot in python using fbchat library, you can make customized auto messages and bots, get user information, and much more handy tools.