Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kentaroy47/choka-analysis
釣りビジョンの釣果をスクレイピング→可視化
https://github.com/kentaroy47/choka-analysis
Last synced: about 14 hours ago
JSON representation
釣りビジョンの釣果をスクレイピング→可視化
- Host: GitHub
- URL: https://github.com/kentaroy47/choka-analysis
- Owner: kentaroy47
- Created: 2019-06-15T14:01:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:16:02.000Z (about 2 years ago)
- Last Synced: 2023-03-04T01:41:42.783Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 329 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# choka-analysis
under development.right now: 釣りビジョンの釣果をスクレイピング→可視化
goal: 釣果期待値が高い日を天気、気温などから予測できるように(したい。)
domain: 本牧海釣り公園。他の海釣り公園へ拡張予定。
## To start off:
git cloneしrequirementsをインストールしてください。```
git clone https://github.com/kentaroy47/choka-analysis.git
pip install -r requirements.txt
cd choka-analysis
```## スクレイピング
based on the scraper inhttps://github.com/ohbarye/choka-scraper
```
python scrape-top.py
```## 解析・可視化
```
python analyze.py
# 可視化したい魚種をスクリプト中に記入。
```