Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 749 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 749 Bytes

WebScrapingAutomation

This is a Python script for various automation and web scraping tasks.

Features

  • Fetches cryptocurrency news and market data from CoinMarketCap.
  • Fetches the latest news about a given topic using News API.
  • Fetches the latest weather forecast for a given location using Weather API.

Installation

  1. Clone this repository: git clone https://github.com/AdarshKr357/WebScrapingAutomation.git
  2. Install dependencies: pip install requests
  3. Run the script: python main.py

Usage

You can use this script as a module in your own Python projects, or run it directly from the command line.