mispy-archive / twitter_ebooks

Better twitterbots for all your friends~
MIT License
972 stars 140 forks source link

I.... I think I'm at the finish line. Stuck not tweeting, always returns "Building: Sentence 0 of 2374" #114

Closed snazzle closed 8 years ago

snazzle commented 8 years ago

Okay, I'm on windows (booo yes i know)

I got everything up and running, squished some problems, fiddled with bot.rb and it starts and seems to try and crunch its brain for a tweet, but it just keeps doing this:

Building: sentence 0 of 2374

This is what I have on startup:

def on_startup
load_model!
scheduler.every '1m' do
model.make_statement(60)
end

EDIT: Hey I figured it out! I wasn't actually telling my bot to tweet anything, it was just composing stuff!

Hooray!

Sorry for the complete newb thread, I'm just some windows guy with no coding experience, but I figured it out, thanks!