Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/casl0/scraping-tech-books
技術書をスクレイピングします
https://github.com/casl0/scraping-tech-books
Last synced: 4 days ago
JSON representation
技術書をスクレイピングします
- Host: GitHub
- URL: https://github.com/casl0/scraping-tech-books
- Owner: CASL0
- License: mit
- Created: 2024-01-20T05:48:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T04:23:08.000Z (5 months ago)
- Last Synced: 2024-06-09T09:32:38.567Z (5 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```