Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ai-ql/bs4-example
https://github.com/ai-ql/bs4-example
Last synced: 26 days 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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T14:37:34.000Z (5 months ago)
- Last Synced: 2024-08-25T15:47:52.284Z (5 months 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
```