https://github.com/hackersandslackers/beautifulsoup-tutorial
:sparkles: :ramen: Scrape webpage metadata using BeautifulSoup.
https://github.com/hackersandslackers/beautifulsoup-tutorial
beautifulsoup beautifulsoup4 python scraping scraping-websites scripting tutorial
Last synced: 6 months ago
JSON representation
:sparkles: :ramen: Scrape webpage metadata using BeautifulSoup.
- Host: GitHub
- URL: https://github.com/hackersandslackers/beautifulsoup-tutorial
- Owner: hackersandslackers
- License: mit
- Created: 2020-06-11T04:52:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-20T14:46:52.000Z (7 months ago)
- Last Synced: 2025-03-20T15:40:58.243Z (7 months ago)
- Topics: beautifulsoup, beautifulsoup4, python, scraping, scraping-websites, scripting, tutorial
- Language: Python
- Homepage: https://hackersandslackers.com/scraping-urls-with-beautifulsoup/
- Size: 2.82 MB
- Stars: 47
- Watchers: 3
- Forks: 17
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# BeautifulSoup Web Scraping Tutorial




[](https://github.com/hackersandslackers/beautifulsoup-tutorial/issues)
[](https://github.com/hackersandslackers/beautifulsoup-tutorial/stargazers)
[](https://github.com/hackersandslackers/beautifulsoup-tutorial/network)
A beginner's tutorial to scraping websites using Python's [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) library.
This repository is the source code for the tutorial found [here](https://hackersandslackers.com/beautifulsoup-tutorial/).
## 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`:
```shell
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](https://www.buymeacoffee.com/hackersslackers) would be greatly appreciated to keep us in business. All proceeds go towards coffee, and all coffee goes towards more content.