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.
- 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.
- Python 3.x
- BeautifulSoup4
- Requests
- Clone the repository
- Install the required dependencies:
pip install -r requirements.txt
- Run the script
python main.py
to start scraping news articles.