https://github.com/kei-mag/simple-scraper
Webスクレイピングをシンプルなコードで。
https://github.com/kei-mag/simple-scraper
pip python3 scraping
Last synced: 12 months ago
JSON representation
Webスクレイピングをシンプルなコードで。
- Host: GitHub
- URL: https://github.com/kei-mag/simple-scraper
- Owner: kei-mag
- License: mit
- Created: 2023-01-10T08:03:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-07T07:11:31.000Z (about 3 years ago)
- Last Synced: 2025-06-08T14:44:33.659Z (about 1 year ago)
- Topics: pip, python3, scraping
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python package "simple-scraper"
**Web上の任意のテキストデータを簡単に取得することができるPythonライブラリです。**
## インストール方法
ターミナルで `pip install git+https://github.com/Keisuke-Magara/simple-scraper.git` を実行し、パッケージをインストールします。
## 使い方
**執筆中**