https://github.com/rohit1kumar/scrape
https://github.com/rohit1kumar/scrape
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohit1kumar/scrape
- Owner: rohit1kumar
- Created: 2024-11-08T09:22:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-08T14:38:55.000Z (over 1 year ago)
- Last Synced: 2025-01-22T10:23:14.481Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# How to run
Update username and password in main.py
```bash
pip install -r requirements.txt
playwright install chromium
python main.py
```
python -m venv .venv
source .venv/Script/activate