/moobooks

Mooing plushies for your friends!

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

MooBooks: Mooing bots for your friends

Build Status

Gem Version GitHub Release Date

Maintainability Test Coverage Inline docs

Description

Create your own little plush friends! This gem aims to create plushies, that can post to social media accounts. Only text is supported.

These plushies are meant to run by a cronjob.

Installation

As a gem:

$ sudo gem install moobooks

With bundler:

Add gem 'moobooks' to your Gemfile and run $ bundle install

Examples

# No examples yet.

Versioning

This gem follows Semver 2.0.0, which means that you can add it best with a '~> 1.0' qualifier.

Donations

Patreon KoFi

Social Media

Follow me on Twitter, if you're brave enough.

Twitter Follow

License

GPLv3

Copyright 2018 ©️ Maxine Michalski

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request