Node.js Twitter Client

前端 未结 4 1058
庸人自扰
庸人自扰 2020-12-06 01:04

Is there a twitter client for node.js (not the streaming API, the regular API)?

I already know about twitter-node but I\'m looking for a more generic client that all

4条回答
  •  一整个雨季
    2020-12-06 01:54

    There is ntwitter, which was updated within the last couple of months. For me, the hardest part about getting a script up and running to post twitter messages was navigating the auth configuration at dev.twitter.com for the first time. ntwitter handled the rest!

提交回复
热议问题