Using R to send tweets

前端 未结 4 1988
-上瘾入骨i
-上瘾入骨i 2020-12-21 08:45

I saw a cute demonstration of tweeting from R in a presentation some months ago. The scratch code used by the presenter is here:

http://www.r-bloggers.com/twitter-f

4条回答
  •  执念已碎
    2020-12-21 09:14

    If twitteR does not work or you simply want to try to build it yourself ...

    See here for a demo of how to do your own Twitter authentication and use of the API with help of the httr package.

提交回复
热议问题