Sha256: fe1b7eefbae25b437dce46487c2ac0dae1ea18d17641c5b19b945477fc705add

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 Bytes

Contents

require 'elephrame'

# tell the bot how often to post, and where to find it's source material,
#  then we go and set options for it
marxkov = Elephrame::Bots::MarkovBot.new '3h', 'markov_files',
                                         visibility: 'unlisted', cw: 'markov post'

# then we tell the bot to post
marxkov.run
                                         










Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
elephrame-0.5 examples/markov.rb