tweet()

tweet a message

tweeting a message is super easy

bot.tweet('tweet from tweet.js').then(r => console.log(r));

add option "reply_to" with a tweet id to reply to a tweet

Manually doing this

Setting up

Last updated

Was this helpful?