rtweet::post_tweet("This is one line of code #rstats #rtweet")
How to send a tweet with #Python and TweePy in under 10 lines of code ๐Ÿ๐Ÿ”ฅ
4
6
3
118
Replying to @kearneymw
And an #rstats function of mine that is older than your `rtweet` package and still in hourly use: tweet <- function(txt) { con <- pipe("bti --config ~/.bti.conf", "w") cat(txt, file=con) close(con) } where bti is from the trusted repo github.com/gregkh/bti

Feb 4, 2022 ยท 4:21 AM UTC

1
10