rizel

0.1.1 • Public • Published

Rizel

リツイート直後のツイートを遡るやつの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))

Readme

Keywords

none

Package Sidebar

Install

npm i rizel

Weekly Downloads

3

Version

0.1.1

License

MIT

Last publish

Collaborators

  • eiurur