{"id":19065258,"url":"https://github.com/hackersandslackers/beautifulsoup-tutorial","last_synced_at":"2025-04-03T03:11:05.874Z","repository":{"id":40284266,"uuid":"271454465","full_name":"hackersandslackers/beautifulsoup-tutorial","owner":"hackersandslackers","description":":sparkles: :ramen: Scrape webpage metadata using BeautifulSoup.","archived":false,"fork":false,"pushed_at":"2025-03-20T14:46:52.000Z","size":2957,"stargazers_count":47,"open_issues_count":27,"forks_count":17,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-20T15:40:58.243Z","etag":null,"topics":["beautifulsoup","beautifulsoup4","python","scraping","scraping-websites","scripting","tutorial"],"latest_commit_sha":null,"homepage":"https://hackersandslackers.com/scraping-urls-with-beautifulsoup/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hackersandslackers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://www.buymeacoffee.com/hackersslackers"]}},"created_at":"2020-06-11T04:52:44.000Z","updated_at":"2024-07-13T18:29:10.000Z","dependencies_parsed_at":"2024-02-18T05:25:20.106Z","dependency_job_id":"6fdde165-2522-4500-bfef-b46f61b09753","html_url":"https://github.com/hackersandslackers/beautifulsoup-tutorial","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Fbeautifulsoup-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Fbeautifulsoup-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Fbeautifulsoup-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hackersandslackers%2Fbeautifulsoup-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hackersandslackers","download_url":"https://codeload.github.com/hackersandslackers/beautifulsoup-tutorial/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246927835,"owners_count":20856198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beautifulsoup","beautifulsoup4","python","scraping","scraping-websites","scripting","tutorial"],"created_at":"2024-11-09T00:49:14.298Z","updated_at":"2025-04-03T03:11:05.834Z","avatar_url":"https://github.com/hackersandslackers.png","language":"Python","funding_links":["https://www.buymeacoffee.com/hackersslackers"],"categories":[],"sub_categories":[],"readme":"# BeautifulSoup Web Scraping Tutorial\n\n![Python](https://img.shields.io/badge/Python-v^3.10-blue.svg?logo=python\u0026longCache=true\u0026logoColor=white\u0026colorB=5e81ac\u0026style=flat-square\u0026colorA=4c566a)\n![BeautifulSoup](https://img.shields.io/badge/BeautifulSoup4-v4.12.2-blue.svg?longCache=true\u0026logo=python\u0026longCache=true\u0026style=flat-square\u0026logoColor=white\u0026colorB=5e81ac\u0026colorA=4c566a)\n![Requests](https://img.shields.io/badge/Requests-v2.31.0-blue.svg?longCache=true\u0026logo=python\u0026longCache=true\u0026style=flat-square\u0026logoColor=white\u0026colorB=5e81ac\u0026colorA=4c566a)\n![GitHub Last Commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=a3be8c)\n[![GitHub Issues](https://img.shields.io/github/issues/hackersandslackers/beautifulsoup-tutorial.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b\u0026logo=Github)](https://github.com/hackersandslackers/beautifulsoup-tutorial/issues)\n[![GitHub Stars](https://img.shields.io/github/stars/hackersandslackers/beautifulsoup-tutorial.svg?style=flat-square\u0026colorB=ebcb8b\u0026colorA=4c566a\u0026logo=Github)](https://github.com/hackersandslackers/beautifulsoup-tutorial/stargazers)\n[![GitHub Forks](https://img.shields.io/github/forks/hackersandslackers/beautifulsoup-tutorial.svg?style=flat-square\u0026colorA=4c566a\u0026colorB=ebcb8b\u0026logo=Github)](https://github.com/hackersandslackers/beautifulsoup-tutorial/network)\n\n![Beautifulsoup Tutorial](https://github.com/hackersandslackers/beautifulsoup-tutorial/blob/master/.github/beautifulsoup@2x.jpg?raw=true)\n\nA beginner's tutorial to scraping websites using Python's [BeautifulSoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) library.\n\nThis repository is the source code for the tutorial found [here](https://hackersandslackers.com/beautifulsoup-tutorial/).\n\n## Getting Started\n\nGet set up locally in two steps:\n\n### Environment Variables\n\nReplace the value in **.env.example** with your value, and rename this file to **.env**:\n\n* `TARGET_URL`: An HTTP URL to scrape and display metadata from.\n\n### Installation\n\nGet up and running with `make deploy`:\n\n```shell\ngit clone https://github.com/hackersandslackers/beautifulsoup-tutorial.git\ncd beautifulsoup-tutorial\nmake deploy\n```\n\n------------------\n\n**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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersandslackers%2Fbeautifulsoup-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackersandslackers%2Fbeautifulsoup-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackersandslackers%2Fbeautifulsoup-tutorial/lists"}