Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.43 KB

README.md

File metadata and controls

39 lines (25 loc) · 2.43 KB

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.