Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
/ timeline Public archive

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

License

Notifications You must be signed in to change notification settings

nilsding/timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages