https://github.com/wildonion/checrapper
a dead simple scrapper bot to check that if there is an appointment is available in site or not, alert user if there is a new one
https://github.com/wildonion/checrapper
scrapping-python
Last synced: 11 months ago
JSON representation
a dead simple scrapper bot to check that if there is an appointment is available in site or not, alert user if there is a new one
- Host: GitHub
- URL: https://github.com/wildonion/checrapper
- Owner: wildonion
- Archived: true
- Created: 2024-02-29T10:26:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T10:29:42.000Z (about 2 years ago)
- Last Synced: 2025-02-18T06:14:48.237Z (about 1 year ago)
- Topics: scrapping-python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup
```bash
pip3 install selenium scrapy
```
# Run
```bash
python3 scrap.py
```