This is a Python script for various automation and web scraping tasks.
- 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.
- Clone this repository:
git clone https://github.com/AdarshKr357/WebScrapingAutomation.git
- Install dependencies:
pip install requests
- Run the script:
python main.py
You can use this script as a module in your own Python projects, or run it directly from the command line.