https://github.com/ai-ql/bs4-example
https://github.com/ai-ql/bs4-example
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ai-ql/bs4-example
- Owner: AI-QL
- License: mit
- Created: 2024-08-25T14:35:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:37:34.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T03:42:06.025Z (about 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beautifulsoup4 example
## Install
```
pip install requests beautifulsoup4
```
## Save log
```
python main.py > tmp.log
```