drmonkeysee/mashup-twitter-bot

Is generating tweets but its not tweeting anything

Closed this issue · 2 comments

0smak commented

I setted the bot and its generating tweets, but the bot didnt tweet anything yet

yeah i never got around to writing the code that posts the tweets themselves. the markov output was inconsistent enough i didn't want it just posting nonsense.

feel free to fork this and play around with it. reviewing the code i think you would add the tweet-posting code around here:

console.log('new tweet: %s', tweet);
using the Twit nodejs package included in the dependencies (same package i use to read the tweet streams).

0smak commented

Thanks, I'll play with your code!