Create a twitter bot for #jscc17 tweets.
- We will be using a module by popular vote "twit".
- We need a Twitter account. Andreas has one and will create the Bot.
- Go to apps.twitter.com to create a new app.
- Copy the tokens into config
- In our example, the bot is called @twtbot8
- Make a small
console.log
with the stream API oftwit
. - With theBot.post() we can send a status
- Be aware that duplications of statusses are not allowed :)