Metadata-Version: 2.1
Name: python-test-pip
Version: 0.1
Summary: A quote provider package
Home-page: https://github.com/rits1272/pyquotes
Author: Ritik Jain
Author-email: ritikjain1272@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# pyquotes

[![Issues](https://img.shields.io/github/issues-closed/oss2019/pyquotes.svg?style=flat-square)](https://github.com/oss2019/pyquotes/issues) [![Pull Requests](https://img.shields.io/github/issues-pr-closed/oss2019/pyquotes.svg?style=flat-square)](https://github.com/oss2019/pyquotes/pulls) [![License](https://img.shields.io/apm/l/vim-mode.svg?style=flat-square)](https://github.com/oss2019/pyquotes/blob/master/LICENSE) [![Gitter](https://img.shields.io/badge/chat-on%20gitter-ff006f.svg?style=flat-square)](https://gitter.im/oss2019/pyquotes)

This is a API in python3 to get quotes.

## Plan
### Phase 1
The idea is to use scrap the quotes from [BrainyQuote](https://www.brainyquote.com/). We will use [beautifulsoup4](https://pypi.org/project/beautifulsoup4/) for this.<br />
To get started with this you can watch a small tutorial [here](https://www.youtube.com/watch?v=ng2o98k983k).<br />
Functionalities to be supported are:
* Get quotes from particular topic, categories.
* Get quotes from particular person.

### Phase 2
Convert this into a pip package.

### Phase 3
Use what we have built till now to make a twitter bot which will tweet quotes everyday.

## Contribution Guidelines
We would love contributions from everyone. Some general guidelines are:
* Write neat code with proper comments.
* Follow PEP8 coding style.
* Write tests wherever necessary.
* Write descriptive commit messages.

For any more information contact [akshatkarani](https://github.com/akshatkarani)

## Legal
Please refer to the [licence](https://github.com/oss2019/pyquotes/blob/master/LICENSE)


