A web application that scrapes and displays the latest cryptocurrency news from Kript.id.
- Real-time news scraping from Kript.id
- Modern, responsive UI using Tailwind CSS
- Auto-refresh every 5 minutes
- RESTful API endpoint for news data
- Clone the repository:
git clone <your-repo-url>
cd kript-news-scraper- Install Python dependencies:
pip install -r requirements.txt- Start the Flask server:
python api.py- Open
index.htmlin your web browser or serve it using a local server.
GET /api/latest-news: Returns the latest 5 news articles from Kript.id
-
Backend:
- Python
- Flask
- BeautifulSoup4
- Requests
-
Frontend:
- HTML5
- JavaScript
- Tailwind CSS
MIT License