purin
v1.0.0
Published
X (Twitter) list API for getting the top tweets of the day
Downloads
2
Readme
purin
X (Twitter) list API for getting the top tweets of the day.
Install
pnpm add purin
Usage
import { getListHotTweets } from 'purin'
const result = await getListHotTweets({
list: '...',
auth: { ... }
})
License
MIT