0.1.1 • Published 8 years ago

rizel v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

Rizel

npm.io

リツイート直後のツイートを遡るやつのURL版。過去一週間までのツイートしか遡れない。

Installation

npm i rizel -S

Required

  • twitter's token

Usage

const Rizel = require('rizel');

const config = {
  "consumer_key": YOUR_TWITTER_CK,
  "consumer_secret": YOUR_TWITTER_CS,
  "access_token": YOUR_TWITTER_AT,
  "access_token_secret": YOUR_TWITTER_ATS
}

const target_url = 'eiua-memo.tumblr.com'

const rizel = new Rizel(config)
rizel.fetch(target_url).then(tweets => rizel.log(tweets))
0.1.1

8 years ago

0.1.0

8 years ago