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

this will output something similar to this : (https://hastebin.com/jaqabuteye.less)

Manually doing this

Last updated