Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🕷️ Web Parser with Selenium & BeautifulSoup

A simple website parser written in Python, using Selenium, BeautifulSoup, Requests, and webdriver-manager.


🚀 Installation & Usage

1. Clone the repository

git clone https://github.com/batya002/simon-parser.git
cd simon-parser

2. Create a virtual environment

python -m venv venv

2. Activate the environment

on Linux / macOS

source venv/bin/activate

on Windows

venv\Scripts\activate

4. Install dependencies

pip install selenium webdriver-manager beautifulsoup4 requests

5. Run the script

python main.py

📦 Dependencies

selenium # https://pypi.org/project/selenium/ webdriver-manager # https://pypi.org/project/webdriver-manager/ beautifulsoup4 # https://pypi.org/project/beautifulsoup4/ requests # https://pypi.org/project/requests/

📁 Project structure

simon-parser/ ├── main.py # Основной скрипт ├── README.md # Документация └── venv/ # Виртуальное окружение (не добавляй в git)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages