Skip to content

RiJTwitter APIをv2に対応したついでにNodeJS化したもの

License

Notifications You must be signed in to change notification settings

RTAinJapan/rtainjapan-twitter-api-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rtainjapan-twitter-api-node

開発者向けドキュメント: DEVELOP.md

Config

config/default.json を参考に、設定ファイル local.json を作成してください

Twitter

Twitter Developer Portal で Twitter API v2 のアプリケーションを登録してください

{
  "hashtag": "#rtainjapan",
  "cache": {
    "ttl": 60,
    "enabled": false
  },
  "twitter": {
    "apiKey": "<API Key>",
    "apiSecret": "<API Secret>",
    "accessToken": "<Access Token>",
    "accessSecret": "<Access Secret>"
  }
}

License

Apache-2.0

About

RiJTwitter APIをv2に対応したついでにNodeJS化したもの

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published