Skip to content
This repository was archived by the owner on Jul 3, 2021. It is now read-only.

mpyw-junks/twitter-avatar-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Avatar Collector

ランダムなタイムラインからTwitterのアイコン画像を収集します
Windowsユーザ向けにドキュメントを残しておきます

Requirements

以下のコマンドをターミナルから使えるようにしてください

Usage

PowerShellまたはコマンドプロンプトを作業場所で起動
コマンドプロンプトは Shift + 右クリックで,現在のフォルダを起点に起動できます

  1. git clone https://github.com/mpyw-yattemita/twitter-avatar-collector
  2. cd twitter-avatar-collector
  3. composer install
  4. composer download-images

Example

SSL certificate problem

もしXAMPPを利用していて SSL certificate problem と表示される場合,以下の手順に従って最新の証明書をインストールしてください。

  1. cacert.pemcURL公式 からダウンロード
  2. C:\xampp\cacert.pem など,適当な場所に設置
  3. C:\xampp\php\php.ini を以下のように書き換える
;curl.cainfo =

curl.cainfo = "C:\xampp\cacert.pem"

About

ランダムなタイムラインからTwitterのアイコン画像を収集します

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages