Metadata-Version: 2.1
Name: moneycontrol_api
Version: 1.0.5
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

# 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`<br>
# Usage
`from moneycontrol import moneycontrol_api`<br>

# All supported functions
get_news<br>
get_latest_news<br>
get_buisness_news

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