Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 629 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 629 Bytes

Cryptocurrency News Parser

This project scrapes the latest cryptocurrency news from popular sources like news websites and Telegram channels, providing up-to-date information about the crypto market.

Features:

  • Scrapes news from specified websites and Telegram channels.
  • Provides an overview of the latest market news.
  • Outputs news in a structured format for further analysis.

Requirements:

  • Python 3.x
  • BeautifulSoup4
  • Requests

How to Run:

  1. Clone the repository
  2. Install the required dependencies: pip install -r requirements.txt
  3. Run the script python main.py to start scraping news articles.