https://github.com/codingstark-dev/sujood-scraper
https://github.com/codingstark-dev/sujood-scraper
hadith hadits sujood
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codingstark-dev/sujood-scraper
- Owner: codingstark-dev
- Created: 2023-05-19T18:35:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T14:23:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-15T12:15:19.606Z (about 1 year ago)
- Topics: hadith, hadits, sujood
- Language: Python
- Homepage: https://thedeen.live/i-am-feeling
- Size: 11.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.