0.0.1 • Published 2 years ago

twitter-api-after-been-paid v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

0.0.1

2 years ago