Node.js Twitter Client

前端 未结 4 1054
庸人自扰
庸人自扰 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 02:07

    Check out my node module, it is probably what you're looking for. Has full twitter API support (REST & Streaming API): https://github.com/ttezel/twit

提交回复
热议问题