0.0
No commit activity in last 3 years
No release in over 3 years
A simple ruby gems for movie fans
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.5
>= 0
>= 0
~> 3.0.0.beta2

Runtime

~> 4.1.0.rc1
= 2.9.0
>= 0
>= 0
 Project Readme

MovieStone

Gem Version Build Status Coverage Status Dependency Status Code Climate

MovieStone is a set of tools for movie fans.

Features:

  • Fetch movie information.
  • Add movie to Asana.
  • More to come.

Installation

  1. Install the gem
$ gem install movie_stone
  1. Configure it (see example in Configuration section)

  2. Enjoy.

Usage

Getting help

$ moviestone help

Get and store movie using title

$ moviestone fetch "Edge of Tomorrow"

Get and store movie using IMDB identifier

$ moviestone fetch -i tt1631867

:P

Example Asana task

Asana task for Edge of Tomorrow

Configuration

Example ~/.movie_stone.rc.yml:

mail:
  delivery:
    address: 'smtp.gmail.com'
    port: 587,
    domain: 'anything'
    user_name: 'johndoe@gmail.com'
    authentication: 'plain'
    enable_starttls_auto: true
  settings:
    from_addr: 'johndoe@gmail.com'

asana:
  project_addr: 'x+someproject@mail.asana.com'
  from_addr: 'customized@gmail.com'

TODO

  • Testing (don't blame I'm porting my ruby scripts)
  • RottenTomatoes
  • Torr(esk)ent
  • FileBot (assuming we do the above)

Contributing

  1. Fork it (https://github.com/blackxored/movie_stone/fork)
  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 new Pull Request