MovieStone
MovieStone is a set of tools for movie fans.
Features:
- Fetch movie information.
- Add movie to Asana.
- More to come.
Installation
- Install the gem
$ gem install movie_stone
-
Configure it (see example in Configuration section)
-
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
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
- Fork it (https://github.com/blackxored/movie_stone/fork)
- 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 new Pull Request