Skip to content

✨ 🍜 Scrape webpage metadata using BeautifulSoup.

License

Notifications You must be signed in to change notification settings

hackersandslackers/beautifulsoup-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aa322e7 · Jun 18, 2024
Jun 18, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Jan 6, 2024
Aug 15, 2020
Jan 6, 2024

Repository files navigation

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.