Metadata-Version: 2.1
Name: daami-cli
Version: 0.0.7
Summary: cli to create additional things for daamireview
Home-page: https://github.com/jungeebah/daami-cli.git
Author: DaamiReview
Author-email: daamireview@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: Click
Requires-Dist: pyaml
Requires-Dist: google-api-python-client
Requires-Dist: wikipedia
Requires-Dist: configparser
Requires-Dist: python-frontmatter
Requires-Dist: PyInquirer
Requires-Dist: imdbpy

# daami-cli
Cli for daamireview.com

## Requirement
To run the command will need to have a google APi Key. Contact the slack channel for the key.
For initial setup you will require an API key and project directory of daamireview.

## Installation
For installation (Use virtualenv if possible)
>virtualenv setup
```bash
virtualenv daami
source daami/bin/activate
# for windows
./daami/bin/activate.ps1
```
then install the package
```bash
pip install daami-cli
```

## Usage
For first time setup
```bash
daami-cli setup 
Project: (provide your daamireview folder path)
Api key: (the api key )
Author: (your author name)
```
Once done use review to create the review in _posts folder 
```bash
daami-cli review
Title: (article title)
Movie: (movie name being reviewed)
Language: (the language the movie is in)
```





