Metadata-Version: 2.1
Name: quoted
Version: 0.1.0
Summary: Feed your brain with the best quotes from multiple web portals.
Home-page: https://github.com/rcares/quoted/
License: MIT
Keywords: Quote,Motivation,Words,Reflect,Meditate
Author: Rodrigo Cares
Author-email: rcares@gmail.com
Maintainer: Rodrigo Cares
Maintainer-email: rcares@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: scrapy (>=2.1.0,<3.0.0)
Project-URL: Documentation, https://github.com/rcares/quoted/
Project-URL: Repository, https://github.com/rcares/quoted/
Project-URL: issues, https://github.com/rcares/quoted/issues
Project-URL: source, https://github.com/rcares/quoted/
Description-Content-Type: text/markdown

# quoted

Feed your brain with the best quotes from multiple web portals.

## Features


## Requirements

```
git
python 3x
poetry
```

## Installation

### Linux/MacOS

```
$ pip install quoted
```

### Windows


## Usage

```
$ quoted

"If you want to find the secrets of the universe, think in terms of energy, frequency and vibration."
		--Nikola Tesla
```
## Development

### Run

```
$ poetry run quoted
```

### Build

```
$ poetry build
```

The distribution packages are located in `dist` directory.

### Publish

```
$ poetry publish
```

## Todo

* Multiple WEB sources - [scrapy](https://scrapy.org/)
* Cache
* Colored Output - [rich](https://github.com/willmcgugan/rich)
* Supports `bash` and `zsh`

## Contribution

* File bugs, feature requests in [GitHub Issues](https://github.com/rcares/quoted/issues).

