hackersandslackers / beautifulsoup-tutorial

:sparkles: :ramen: Scrape webpage metadata using BeautifulSoup.

Home Page:https://hackersandslackers.com/scraping-urls-with-beautifulsoup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BeautifulSoup Web Scraping Tutorial

Python BeautifulSoup Requests GitHub Last Commit GitHub Issues GitHub Stars GitHub Forks

Beautifulsoup Tutorial

A beginner's tutorial to scraping websites using Python's BeautifulSoup library.

This repository is the source code for the tutorial found here.

Getting Started

Get set up locally in two steps:

Environment Variables

Replace the value in .env.example with your value, and rename this file to .env:

  • TARGET_URL: An HTTP URL to scrape and display metadata from.

Installation

Get up and running with make deploy:

git clone https://github.com/hackersandslackers/beautifulsoup-tutorial.git
cd beautifulsoup-tutorial
make deploy

Hackers and Slackers tutorials are free of charge. If you found this tutorial helpful, a small donation would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.

About

:sparkles: :ramen: Scrape webpage metadata using BeautifulSoup.

https://hackersandslackers.com/scraping-urls-with-beautifulsoup/

License:MIT License


Languages

Language:Python 66.1%Language:Makefile 33.9%