https://github.com/ronierisonmaciel/crawler
Um crawler utilizando BeautifulSoup tem como objetivo extrair informações de sites de maneira eficiente e estruturada. BeautifulSoup é uma biblioteca Python que facilita a análise e extração de dados de páginas HTML e XML. O projeto permite coletar e organizar informações relevantes.
https://github.com/ronierisonmaciel/crawler
beautifulsoup4 crawler crawling python python3
Last synced: about 1 year ago
JSON representation
Um crawler utilizando BeautifulSoup tem como objetivo extrair informações de sites de maneira eficiente e estruturada. BeautifulSoup é uma biblioteca Python que facilita a análise e extração de dados de páginas HTML e XML. O projeto permite coletar e organizar informações relevantes.
- Host: GitHub
- URL: https://github.com/ronierisonmaciel/crawler
- Owner: RonierisonMaciel
- Created: 2023-03-13T16:58:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T00:54:26.000Z (over 3 years ago)
- Last Synced: 2025-01-30T23:30:49.609Z (over 1 year ago)
- Topics: beautifulsoup4, crawler, crawling, python, python3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crawler Tutorial
Clone the Crawler.
```bash
git clone git@github.com:RonierisonMaciel/crawler.git
```
Create an environment virtual `venv`
```python
python3 -m venv .venv
source .venv/bin/activate
```
Install the requirements
```python
pip install -r requirements.txt
```
Execute the command
```python
python script.py
```