Skip to content

A Python module to fetch horoscope details from GaneshaSpeaks.

License

Notifications You must be signed in to change notification settings

ashokramcse/find-your-horoscope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

find-your-horoscope

A Python module to fetch and parse data from GaneshaSpeaks.

Installation

Usage

from pyhoroscope import Horoscope as _hor

your_todays_horoscope = _hor.get_todays_horoscope('stagittarius')
    
print(your_todays_horoscope)

print (your_todays_horoscope['date'])
print (your_todays_horoscope['sunsign'])
print (your_todays_horoscope['horoscope'])

About

A Python module to fetch horoscope details from GaneshaSpeaks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages