This is a Flask application that scrapes prayer data from the website Sujood and provides an API to access the scraped data.
-
Clone the repository:
git clone https://github.com/codingstark-dev/sujood-scraper.git
-
Start the Flask server:
python index.py
-
Access the API at http://localhost:5000/.
/
: Returns a JSON response containing the scraped prayer data.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.