A Python module to fetch and parse data from GaneshaSpeaks.
horoscope-api
– A REST API to get horscope from GaneshaSpeaks.Install using pip:
pip install horoscope
from horoscope import Horoscope
your_horoscope = Horoscope.get_todays_horoscope ('Libra')
#do stuff with the parsed data
your_horoscope['date']
your_horoscope['sunsign']
your_horoscope['horoscope']