An open API service indexing awesome lists of open source software.

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


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

hadith hadits sujood

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Sujood Scraper

This is a Flask application that scrapes prayer data from the website [Sujood](https://www.sujood.co/) and provides an API to access the scraped data.

## Installation

1. Clone the repository:

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

## Usage

1. Start the Flask server:

```bash
python index.py
```

2. Access the API at [http://localhost:5000/](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.