MooBooks: Mooing bots for your friends
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
Social Media
Follow me on Twitter, if you're brave enough.
License
Copyright 2018 ©️ Maxine Michalski
Contributing
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request