twitter-api-after-been-paid

0.0.1 • Public • Published

TwitterAPI

Retrieve the number of followers and followings of a specified user even after twitter-api has been paid for

How to use

import getUserFFData from twitterapi
async functon getFF(userid: String){
    console.log(await getUserFFData(userid))
}
getFF(userid)

return

{
    "screen_name": "{TwitterID}",
    "followerCount": {int},
    "following": {int}
}

special thanks

(TwitterAPI)[https://github.com/yuyutti/TwitterAPI] made by yuyutti

Readme

Keywords

Package Sidebar

Install

npm i twitter-api-after-been-paid

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

4.05 kB

Total Files

5

Last publish

Collaborators

  • yussy