Skip to content

masaxsuzu/crawl-battles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crawl-battles

Pokémon Showdown!の対戦結果を取得する。

使い方

Dockerをつかう場合

# Dockerを動作させる環境は前提とする。
docker build -t ${IMAGENAME} .
docker run --rm -v ${FULLPATH-to-CurrentDirectory}:/app -w=/app --shm-size=2g -it $
{IMAGENAME} python3 main.py

Dockerをつかわない場合

  • Google Chromeをインストールする
  • Chrome Driverをインストールする(ヘッドレス対応のバージョンが望ましい)
  • 必要なライブラリSelenium,BeautifulSoup4をPython環境にインストールする

Releases

No releases published

Packages

No packages published

Languages