Metadata-Version: 2.1
Name: moneycontrol-api
Version: 1.0.9
Summary: Moneycontrol API is a python library to get news data from moneycontrol.com
Author-email: Arabian Coconut <x48cl9zm@duck.com>
Project-URL: Homepage, https://github.com/ArabianCoconut/Moneycontrol-api
Keywords: moneycontrol api,moneycontrol
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 in JSON format.

## How to guide

[Goto the docs for example code and functions documentation](https://github.com/ArabianCoconut/Moneycontrol_api/tree/main/Docs)

### 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
-----------------
```
