Skip to main content

Web scraper for moneycontrol.com

Project description

MoneyControl scrapper

This package basically scrape the moneycontrol.com website.

Installation

pip install moneycontrol

Functionalities supported for now

  1. Getting an article

    Usage:

    from moneycontrol.ArticleExtractor import get_article
    article = get_article(article_url)
    

    Article object would look like:

    {
        'title': 'Despite...',
        'summary': 'Many investors ...',
        'timestamp': '2021-04-02 11:34:00',
        'author': 'Dev Ashish',
        'img_url': 'https://images.moneycontrol.com/...,
        'content': 'Before we discuss that, let us quickly see how PPF interest is calculated. This assumes significance as many people invest Rs 1.5 lakh in PPF ... ',
        'tags': [
            'Fixed Income',
            'personal finance',
            'PPF',
            'Small Savings Scheme',
            '...'
        ]
    }
    

May support in future

  1. Getting company financial data (moneycontrol has a lot of it)
  2. anything else

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

moneycontrol-1.0.1.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

moneycontrol-1.0.1-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page