Metadata-Version: 2.1
Name: moneycontrol-api
Version: 1.0.7
Summary: A small example package
Author-email: Arabian Coconut <x48cl9zm@duck.com>
Project-URL: Homepage, https://github.com/ArabianCoconut/Moneycontrol-api
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.0
Description-Content-Type: text/markdown
License-File: LICENSE


# MoneyControl Api

## Description

This is a python wrapper for moneycontrol.com, which provides you with the latest news and buisness news from moneycontrol.com

### Installation

`pip install moneycontrol-api`

### Usage

`from moneycontrol import moneycontrol_api`

### All supported functions

* get_news

* get_latest_news

* get_business_news

### Output

``` text
--------------------
News Type: News
Title: EAM Jaishankar likely to visit Sri Lanka on Jan 19; talks on debt restructuring expected`

Link: https://www.moneycontrol.com/news/business/economy/eam-jaishankar-likely-to-visit-sri-lanka-on-jan-19-talks-on-debt-restructuring-expected-9868001.html 

Date: January 15, 2023 05:08 PM
-----------------
```

### **Roadmap**

* - [x] Output to JSON format
* - [ ] Add more functions
