https://github.com/saboye/web-scraping-with-python
A web scraping project using Python's "Requests" and "BeautifulSoup" libraries to extract structured data from one or more websites. This project involves sending HTTP requests to the target website(s), retrieving the HTML content of the website(s), and parsing this content to extract the desired data in a usable format.
https://github.com/saboye/web-scraping-with-python
beautifulsoup csv data data-harvesting data-mining python request web webscraping
Last synced: 8 months ago
JSON representation
A web scraping project using Python's "Requests" and "BeautifulSoup" libraries to extract structured data from one or more websites. This project involves sending HTTP requests to the target website(s), retrieving the HTML content of the website(s), and parsing this content to extract the desired data in a usable format.
- Host: GitHub
- URL: https://github.com/saboye/web-scraping-with-python
- Owner: saboye
- License: mit
- Created: 2020-07-30T07:00:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T08:04:49.000Z (over 4 years ago)
- Last Synced: 2025-06-17T21:45:34.457Z (9 months ago)
- Topics: beautifulsoup, csv, data, data-harvesting, data-mining, python, request, web, webscraping
- Language: HTML
- Homepage:
- Size: 4.02 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
###
Web Scraping with Python
### What The Polls Say About Impeachment
### Before The First Public Hearing
### Table of contents
1. [About The Project](#About_The_Project)
2. [Objective](#objective)
3. [Data Dictionary](#Data_Dictionar_)
4. [Summary](#Summary)
5. [Author](#author)
6. [Contributing](#contributing)
7. [Support](#support)
8. [License](#license)
9. [Acknowledgements](#Acknowledgements)
***
TODO:
## Summary
- TODO
***
#### Author
***
👤 **SABOYE**
* Twitter: [@saboye1](https://twitter.com/saboye1 )
* Github: [@saboye](https://github.com/saboye)
***
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/saboye/Web-Scraping-with-Python/issues).
***
#### Show your support
Give a ⭐️ if this project helped you!
***
#### 📝 License
Distributed under the [MIT](https://github.com/saboye/Web-Scraping-with-Python/blob/master/LICENSE) License. See `LICENSE` for more information.
***
### Acknowledgements
* [https://fivethirtyeight.com](https://fivethirtyeight.com)
***
[contributors-shield]: https://img.shields.io/github/contributors/saboye/Web-Scraping-with-Python?style=for-the-badge
[contributors-url]: https://github.com/saboye/Web-Scraping-with-Python/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/saboye/Web-Scraping-with-Python?style=for-the-badge
[forks-url]: https://github.com/saboye/Web-Scraping-with-Python/network/members
[stars-shield]: https://img.shields.io/github/stars/saboye/Web-Scraping-with-Python?style=for-the-badge
[stars-url]: https://github.com/saboye/Web-Scraping-with-Python/stargazers
[issues-shield]: https://img.shields.io/github/issues/saboye/Web-Scraping-with-Python?style=for-the-badge
[issues-url]: https://github.com/saboye/Web-Scraping-with-Python/issues
[license-shield]: https://img.shields.io/github/license/saboye/Web-Scraping-with-Python?style=for-the-badge
[license-url]: https://github.com/saboye/Web-Scraping-with-Python/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/samuelaboye
[product-screenshot]: images/screenshot.png