有没有办法将 Twitter 用户的关注者计数作为 HTTP/HTTPS 端点?
输出必须采用 JSON 格式并遵循以下语法 {"number":1234}。
我在 Twitter 上找到了这篇文章,但我对 JSON 不熟悉。
https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids
我需要时钟的数字输出来显示当前的关注者计数。
我将不胜感激你的帮助。
最好的,C.
Is there a way to get a Twitter user's follower count as an HTTP/HTTPS endpoint?
The output has to be in a JSON format and respect the following syntax {"number":1234}.
I found this article on Twitter, but I'm not familiar with JSON.
https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-followers-ids
I need the output of the number for a clock that should show the current follower count.
I would appreciate your help.
Best, C
发布评论