FPL_Data_Visualization
1.0.0
Zoe Olson, Kyle Holmberg 및 Ryan Collier는 데이터 수집, 분석 및 시각화에 대해 배우는 목표를 세웠습니다.
우리는 Fantasy Premier League 점수 향상에 중점을 두고 영국 프리미어 리그를 데이터 소스로 선택했습니다.
https://www.cs.uoregon.edu/Classes/16F/cis451/final.html
FPL 부트스트랩 API 엔드포인트
FPL 플레이어 API 엔드포인트(1 ~ 656 주변의 변수 번호)
유사한 프로젝트
Python 3.5+의 비동기 HTTP 요청
python-aiohttp로 1백만 건의 요청 보내기
가상환경을 설치해주세요.
웹스크레이퍼
$ pip3 install -r requirements.txt
$ python3 fpl_csv_converter.py
플라스크 앱
$ brew install mysql
사용하십시오.$ mysql -u <username> -p <password> <database name> < create_fpl_models.sql
$ cd app
$ pip3 install -r requirements.txt
$ python3 entry.wsgi.py
Jupyter Notebook을 보려면 여기를 클릭하세요.
├── LICENSE
├── README.md
├── app
│ ├── entry.wsgi.py
│ ├── requirements.txt
│ ├── static
│ └── templates
├── create_fpl_model.sql
├── docs
│ ├── CIS407_Retrospective.pdf
│ ├── CIS451_Final_Report.pdf
│ ├── Retrospective.pdf
│ └── create_fpl_model.sql
├── jupyter_notebook
│ ├── Jupyter_viz.ipynb
│ ├── README.md
│ └── jupyter_viz_files
├── mysql_dump.sql
└── webscraper
├── CurrentSeasonStats.csv
├── History.csv
├── Managers.csv
├── Player.csv
├── PlayerResultStats.csv
├── Result.csv
├── Teams.csv
├── TotalPastStats.csv
├── fpl_csv_converter.py
└── requirements.txt
MIT © 카일 홈버그