galacticwarrior9 / IslamBot

A Discord bot that supports Qur'an, hadith, prayer times, tafsir and more.
GNU General Public License v3.0
88 stars 37 forks source link

Added a function to locally calculate prayer times #19

Closed msabur closed 3 years ago

msabur commented 3 years ago

Added a function get_prayertimes_local, which tries to be equivalent to the current get_prayertimes function. It uses the Python code from http://praytimes.org/ to compute prayer times. I did only a little testing: I compared prayer times for four cities, and the output was the same with the current function and my function. I used the cities Moscow, Sydney, New York, and Norilsk. I added a dependency, dateutil: https://pypi.org/project/python-dateutil/

Some caveats:

This commit is regarding issue #15

galacticwarrior9 commented 3 years ago

جزاك الله خير

I greatly appreciate this contribution. I will take a look at it soon.

galacticwarrior9 commented 3 years ago

Looks good to me, thanks again and forgive me for the delay in merging