tapaswenipathak / pyhoroscope

A Python module to fetch and parse data from GaneshaSpeaks.
http://tapasweni-pathak.github.io/pyhoroscope
MIT License
12 stars 6 forks source link

horoscope

A Python module to fetch and parse data from GaneshaSpeaks.

Projects built using pyhoroscope

Installation

Install using pip:

pip install horoscope

Usage


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']

Features

Currently implemented

Todo

Bitdeli Badge