dl-image-twitter

0.0.3 • Public • Published

DLImageFromTwitter

NPM

This package allows you to download images by twitter id.

Usage

  • dl-image-twitter <twitter_id>
  • Download by twitter id.
  • prepare key.json file required to authenticate your account.

Options

  -d <directory_name>  : set direcorry saveing image (default is "image")
  -k <key.json path>  : set file path of key.json (default is "./key.json")

key.json format

{
    "consumer_key" : "CONSUMER_KEY",
    "consumer_secret" : "CONSUMEr_SECRET",
    "access_token_key" : "ACCESS_TOKEN_KEY",
    "access_token_secret" : "ACCESS_TOKEN_SECRET"
}

/dl-image-twitter/

    Package Sidebar

    Install

    npm i dl-image-twitter

    Weekly Downloads

    2

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    5.21 kB

    Total Files

    9

    Last publish

    Collaborators

    • sassy