A beginner's tutorial to scraping websites using Python's BeautifulSoup library.
This repository is the source code for the tutorial found here.
Get set up locally in two steps:
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.
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.