Skip to content

ShotaroMuraoka/scraping-total-plugin-downloads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

プラグインのトータルダウンロード数を取得する何か

事前準備

ライブラリのインストール

以下の手順で必要なライブラリをインストールする

pip install requests
pip install beautifulsoup4
pip install python-dotenv
pip install selenium
pip install chromedriver-binary={Chromeのバージョン}

環境定数

  1. .env.sample ファイルをコピーして .env ファイルを作成する
  2. TARGET_URL に WordPress.org のプロフィール(プラグイン)画面のURLを記載する

実行

python plugin-download-rate.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages