Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 691 Bytes

File metadata and controls

29 lines (17 loc) · 691 Bytes

Sujood Scraper

This is a Flask application that scrapes prayer data from the website Sujood and provides an API to access the scraped data.

Installation

  1. Clone the repository:

    git clone https://github.com/codingstark-dev/sujood-scraper.git

Usage

  1. Start the Flask server:

    python index.py
  2. Access the API at http://localhost:5000/.

API Endpoints

  • /: Returns a JSON response containing the scraped prayer data.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.