mispy-archive / twitter_ebooks

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

Any way to consume multiple files to the same model? #135

Closed jstray closed 7 years ago

jstray commented 7 years ago

I'm trying to make bot based on both scraped tweets and other text files. But each run of ebooks consume writes to a new model file. Any way to merge into an existing model?

nathancrank commented 7 years ago

Not sure about from the command line, but in Ruby the Ebooks::Model.consume_all can do exactly this.

ncovercash commented 7 years ago

there could be a way to concatenate the input files

LachlanGytha commented 7 years ago

You can do ebooks consume-all from the CLI. Just typing "ebooks" alone will give you the different options you can use.