https://github.com/casl0/scraping-tech-books
技術書をスクレイピングします
https://github.com/casl0/scraping-tech-books
Last synced: 3 months ago
JSON representation
技術書をスクレイピングします
- Host: GitHub
- URL: https://github.com/casl0/scraping-tech-books
- Owner: CASL0
- License: mit
- Created: 2024-01-20T05:48:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-04T00:29:22.000Z (4 months ago)
- Last Synced: 2025-02-04T01:24:54.156Z (4 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# scraping-tech-books
技術書をスクレイピングします。
次の出版社のページをスクレイピングします。
- オライリージャパン
- 翔泳社
- 技術評論社## Getting Started
Dev Containers をインストールし、次の手順を実施してください。
1. VSCode で本プロジェクトを開き、コマンドパレットから[Dev Containers: Reopen in Container...]を実行してください。
1. スクリプトを実行してください。
```bash
python main.py
```### 取得したデータを POST する
POST する先の URL を指定し、次のように実行してください。
```bash
python main.py --post http://localhost:8091/api/v1/books
```