Skip to content

jordipala/pyhoroscope

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

horoscope

A Python module to fetch and parse data from GaneshaSpeaks.

Projects built using pyhoroscope

  • horoscope-api – A REST API to get horscope from GaneshaSpeaks.

Installation

  • You will need Python 2.
  • pip is recommended for installing dependencies.

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

  • Today's Horscope
  • Weekly Horoscope
  • Monthly Horoscope
  • Yearly Horoscope

Todo

  • Personality Profile
  • Facts About a Sunsign
  • Practical Side of a Sunsign
  • Astrological Perspective of a Sunsign

Bitdeli Badge

About

A Python module to fetch and parse data from GaneshaSpeaks.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%