- Python script to scrape website content and parse the relevant content into a pandas dataframe to display to the user.
- This script, by default, uses the prayer timetable of timesprayer.com for Westminster, London.
- Script can be modified to display the prayer times from any location.
- Wherever you live, see here for a list of different countries / cities with their respective prayer times. Select the nearest city to your location and then modify the script accordingly by inserting the appropriate URL.
urllib.request
is a standard library for Python3.- html-table-parser: Install with pip using
pip install html-table-parser-python3
- pandas: Install with pip using
pip install pandas
This repository is maintained by:
RastalDev |
This script is licensed under GPLv3.