Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ci7lus/torinosuke
Twitter OAuth test tool with official/custom CS/CK
https://github.com/ci7lus/torinosuke
twitter twitter-oauth xauth
Last synced: about 2 months ago
JSON representation
Twitter OAuth test tool with official/custom CS/CK
- Host: GitHub
- URL: https://github.com/ci7lus/torinosuke
- Owner: ci7lus
- License: mit
- Created: 2019-08-06T06:41:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T03:29:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T23:07:59.203Z (almost 2 years ago)
- Topics: twitter, twitter-oauth, xauth
- Language: TypeScript
- Homepage: https://torinosuke.netlify.app
- Size: 568 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# torinosuke
手っ取り早く Twitter の OAuth でアクセストークンを発行するためのツールです。
## 認証モードについて
PIN Auth と XAuth 両方のモードが使用できます。
### PIN Auth
デスクトップアプリケーションに多く用いられるタイプで、承認後に表示された PIN コードを用いて AT/ATS を取得するモードです。
### XAuth
かつて用いられていた、Twitter 公式アプリが内部で使用している非推奨の認証モードです。
認証時にアカウントのパスワードを直接使用します。## 免責事項
https://torinosuke.netlify.com/ にて公開されている torinosuke は [netlify.toml](netlify.toml) からもわかるように Netlify のルーティングを用いて Twitter 側の API に直接リクエストしているため、ホスト主である開発者はそこを通過した情報を把握することはできません。しかし、極力 XAuth を用いるのは避けるようにしてください。