Project

moobooks

0.0
No commit activity in last 3 years
No release in over 3 years
A framework and CLI to create and manage ebook accounts. Keep in mind that actual accounts need to be created manually, but can be linked with this tool.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.6
= 0.58.0
~> 0.16.0
~> 0.9.12

Runtime

~> 2.0
~> 0.1
~> 0.5
~> 1.0
~> 6.0
 Project Readme

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