timeline
timeline copied to clipboard
Takes tweets from a bot's followings and markovifies them. Ruby port of sneaksnake/timeline
timeline
Takes tweets from a bot's followings and markovifies them.
This is the Ruby port of the original code, with some enhancements:
- Database migrations
- Does not use deleted tweets for generation
Instructions
Requirements
- Ruby 2.3 or newer
- Bundler (install it using
gem install bundlerif you don't have it already) - FreeBSD, OpenBSD, macOS or any other decent Unix-like system
Installation
- Clone this git repo
- Run
bundle installto install the dependencies - Authenticate with Twitter:
twittbot auth - Run the bot to start fetching tweets:
twittbot start - Create an entry in your crontab which runs
twittbot cron generate
Have fun!