nilsding / timeline

Takes tweets from a bot's followings and markovifies them. Ruby port of sneaksnake/timeline

Home Page:https://twitter.com/tlsimulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 bundler if you don't have it already)
  • FreeBSD, OpenBSD, macOS or any other decent Unix-like system

Installation

  1. Clone this git repo
  2. Run bundle install to install the dependencies
  3. Authenticate with Twitter: twittbot auth
  4. Run the bot to start fetching tweets: twittbot start
  5. Create an entry in your crontab which runs twittbot cron generate

Have fun!

About

Takes tweets from a bot's followings and markovifies them. Ruby port of sneaksnake/timeline

https://twitter.com/tlsimulator

License:Other


Languages

Language:Ruby 100.0%