Skip to content

wegecorp/kriptidscrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kript.id News Scraper

A web application that scrapes and displays the latest cryptocurrency news from Kript.id.

Features

  • Real-time news scraping from Kript.id
  • Modern, responsive UI using Tailwind CSS
  • Auto-refresh every 5 minutes
  • RESTful API endpoint for news data

Setup

  1. Clone the repository:
git clone <your-repo-url>
cd kript-news-scraper
  1. Install Python dependencies:
pip install -r requirements.txt
  1. Start the Flask server:
python api.py
  1. Open index.html in your web browser or serve it using a local server.

API Endpoints

  • GET /api/latest-news: Returns the latest 5 news articles from Kript.id

Technologies Used

  • Backend:

    • Python
    • Flask
    • BeautifulSoup4
    • Requests
  • Frontend:

    • HTML5
    • JavaScript
    • Tailwind CSS

License

MIT License

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors