• Stars
    star
    188
  • Rank 204,810 (Top 5 %)
  • Language
    Python
  • License
    MIT License
  • Created about 10 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

API to get horoscope and other related information.

Horoscope API

GitHub issues GitHub forks GitHub stars GitHub license Twitter

An API to extract horoscope.

Table of Contents

Features

  • Today's horoscope
    • broken down into date, sunsign and horoscope.
  • Weekly horoscope
    • broken down into week, sunsign and horoscope.
  • Monthly horoscope
    • broken down into month, sunsign and horoscope.
  • Yearly horoscope
    • broken down into year, sunsign and horoscope.

API Usage

API Base URL: http://horoscope-api.herokuapp.com/

Result :

{
  "author": "Tapasweni Pathak", 
  "author_url": "http://tapasweni-pathak.github.io/", 
  "base_url": "horoscope-api.herokuapp.com", 
  "project_name": "Horoscope API", 
  "project_url": "http://tapasweni-pathak.github.io/Horoscope-API"
}

GET: /horoscope/today/<sunsign>

Example

Example usage: GET http://horoscope-api.herokuapp.com/horoscope/today/Libra

Example result:

{
  "date": "04-09-2014", 
  "horoscope": "It is very likely that you will arouse immense jealousy in others with your success and growth in business. Your business rivals may attempt to dent your credit worthiness in one way or the other. You may prefer to deal with them subtly rather than confront them openly, feels Ganesha.       Astro Profile  Uncover the real you, and see for yourself the cosmic map that Almighty has constructed for you. This specific arrangement of planets, the numbers and the stars at the time you were born makes you unique. Discover such aspects through the free Astro Profile report.      Get It Now!  ", 
  "sunsign": "libra"
}

GET: /horoscope/week/<sunsign>

Example

Example usage: GET http://horoscope-api.herokuapp.com/horoscope/week/libra

Output (excerpt):

{
  "horoscope": "  Be prepared to face a hectic week, says Ganesha. Things that were dormant shall now start gaining momentum. Your financial graph will gradually start going up. Things on both the personal and professional fronts are likely to become smoother. Your relations with your bosses shall improve. Boss and You! Finding difficulty to get along with your superior in your office, our expert astrologers can help you out. Get this report to get guidance from an astrological standpoint \u2013 as this report is based on your Natal Chart, it will be fully personalised for you. You shall be spending money on friends, but they shall return the favour by holding you in high regard and showering a lot of affection on you. This week, you shall also be able to earn through contacts and your reputation shall spread through word of mouth, fetching many assignments. This week is good for working with youngsters. That is to say, if you wish to impart training to the youngsters in your company or even in your family, this is the best week. Ganesha feels your approach towards social and personal issues shall be diplomatic.   Birth Horoscope Use the power of Astrology to understand yourself in a better way and get a sense of direction and purpose in life. The cosmic imprint of the stars has a profound impact on your life. Unravel your true potential through the Birth Horoscope report, being offered for free.      Get It Now! ", 
  "sunsign": "libra", 
  "week": "31-08-2014 \u2013 06-09-2014 "
}

GET: /horoscope/month/<sunsign>

Example

Example usage: GET http://horoscope-api.herokuapp.com/horoscope/month/libra

Output (excerpt):

{
  "horoscope": "  Ganesha says brace up for a hectic month, as every aspect of your life shall keep you extremely busy. On the work front, your relations with seniors shall improve. As for work, you shall easily complete the projects assigned to you. Your social network and contacts shall matter a lot this month. You may also quit your job and start a business, to improve your financial condition. However, don\u2019t take any hasty decisions, cautions Ganesha. You are likely to be tempted to take some drastic steps to improve your finances. However, you should consult experts before undertaking anything risky. Also, start saving and chart out your investment plans. Over the course of the month, your finances shall improve gradually. Gains through investments in business are also indicated. To get some valuable tips on how to improve your financial condition even more, try the Birth Chart based report Wealth Ask a Question Detailed. As per Ganesha, your personal life may be fairly smooth this month, provided you are flexible and accommodating. Planetary positions indicate that your stubbornness may negatively affect your spouse and other members of your family.  Shani Dosha  Shani Dosha occurs when Saturn, the feared, mighty planet, is debilitated or occupies any of the Cardinal Houses (1, 4, 7, 10) in Aries, Cancer, Leo, or Scorpio or is Retrograde or Combust (by Sun) in those Houses (whatever be the Sign, except Libra, Capricorn and Aquarius) in a Horoscope. These planetary positions can cause troubles for you. Find out and deal well!    Get It Now! ", 
  "month": "Sep 2014 ", 
  "sunsign": "libra"
}

GET: /horoscope/year/<sunsign>

Example usage: GET http://horoscope-api.herokuapp.com/horoscope/year/libra Output (excerpt):

{
  "horoscope": "The planetary alignment indicate that you will have trouble controlling your temper during the year ahead. Be very careful of your words and actions as even petty issues may go out of hand in no time. As far as your love life is concerned, there will some ups and downs during year . Be unbiased and practical while sorting out issues with your beloved, else you will not be able to stop things from going bad to worse. This year, you need to be very clear about how you are going to handle your finances. According to Ganesha, you should pay special attention to your spendings and cash outflow. Whereas for your business, it may prove to be an excellent year. In all likelihood, you will come across lucrative business opportunities. The transiting Jupiter may bring you a favourable period on the career front in the form of a promotion or an increment. Well, be prepared to accept more responsibilities.",
  "sunsign": "libra",
  "year": "2014 "
}

Todo

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

API Wrappers

Contributing

Feel free to submit a pull request or an issue!

Note 1 : This parses GaneshaSpeaks unofficialy.

Note 2 : If the API goes down, please open a issue or comment on already existing one with the problem(s) that you are facing. This is the best way to let me know that the API is not working, avoid sending email.

Bitdeli Badge

More Repositories

1

Open-Source-Programs

A list of open source programs.
JavaScript
3,435
star
2

Getting-Started-With-Contributing-to-Open-Sources

Useful writings for getting started w/ contributing in open source.
303
star
3

Women-GitHubers

Let's collect the data of Women on GitHub, who inspired you to code more, learn more.
PHP
155
star
4

Visualization-of-CPU-Scheduling-Algorithms

Visualization of CPU Scheduling Algorithms.
C
62
star
5

Internship

tasks and information.
61
star
6

pyQTopic

πŸ“– Package to fetch Topics related data from Quora
Python
38
star
7

Scripts

πŸ’ƒ Making life easier.
Python
34
star
8

Presentations

Python
34
star
9

Games

πŸ”° Games in C and C++.
C++
26
star
10

Blacklist-By-Words

Chrome extension to hide Facebook posts containing specific keywords.
JavaScript
20
star
11

Scholarships-STEM

STEM scholarship list.
CSS
17
star
12

STW-Collection

πŸ“ƒ Collection of code files to scrap different kinds of websites.
Python
16
star
13

GitGIFs

Learn Git by watching GIFs.
HTML
14
star
14

pyhoroscope

A Python module to fetch and parse data from GaneshaSpeaks.
Python
12
star
15

Kernel-APIs

Kernel APIs implementation.
C
7
star
16

No-Feed

πŸ“š Chrome Extension which hides all your Facebook news feed.
CSS
7
star
17

writing

writing
JavaScript
7
star
18

BNCS

Base Number Converter System.
C
7
star
19

Research-Paper-Publications

Open access preprints, publications, magazines, research papers organisarions, communities list.
CSS
6
star
20

Help-The-Needy

Nearby NGOs Finder.
CSS
6
star
21

HowTo-Comment

How to add comments in all programming languages.
Java
6
star
22

Open-Source-Recognitions

A list having recognitions based on improvements done in open source communities.
5
star
23

Twitter-Tools

Scripts, bots.
Python
4
star
24

linux-kernel-stats

linux kernel stats (Publication [Journal, Magazine]). This repository has code files.
Shell
4
star
25

tapaswenipathak.github.io

tapaswenipathak.github.io
HTML
3
star
26

Quora

Python
3
star
27

Scrapers

Codes for web scrapers specific to a particular website.
Python
3
star
28

Systems-Readings-Implementations

reading list items, implementations in C or C++ or Python or JS.
C++
3
star
29

blockchain-api

TypeScript
2
star
30

Recruiters-Friend

CSS
2
star
31

TheLesserNumber

Genomics + Human behavior
HTML
2
star
32

Internship-project-tasks

Internship project tasks - https://github.com/tapaswenipathak/Internship/issues
2
star
33

Open-Source-OS-and-Kernels

A study of open source os, kernels and how the study can be replicated. [Publication(Paper, Journal)] This repository only has code files.
Shell
2
star
34

Women-Communities

List of women communities in STEM.
CSS
2
star
35

hogwarts-cli

A NodeJS CLI package to learn a *nix based system. How Hogwarts would have taught *nix?
JavaScript
1
star
36

Photography-Competitions

competitions/grants
CSS
1
star
37

Current-Weather-Teller

Tkinter app which tells current weather. Require input of city.
Python
1
star
38

Filing-Patents

Everything about filing and acquiring patents.
1
star
39

proc-tunnel

proc-tunnel is how data can be shared between kernel and user space.
C
1
star
40

flask-autocomplete

Autocomplete in Flask.
Python
1
star
41

Linux-Kernel-Infer

Linux Kernel Infer research.
Dockerfile
1
star
42

GitHub-Tools

Some utility scripts for GitHub.
Python
1
star
43

Researcher-Recogitions

A list having recognitions based on improvements done in research focused areas.
1
star
44

Latex-Templates

This has Latex Templates/Source Codes.
1
star
45

Dockerfiles

Some random Dockerfiles.
Dockerfile
1
star
46

SOS

hackIndia competition project.
Python
1
star
47

CodeBenders-IGDTU

πŸ’» The programming club of IGDTUW. Aims at providing a platform for competitive programming under CodeChef.
HTML
1
star
48

22-or-cancel

Fraud and Fun. No relation with the four (and with the family, neither any plans); declared life threat to Tapasweni Pathak from the family, given in a stmt since July edited doc, accessible to both CIA and RAW. [therefore, truth would be comedy -> Badly trapped dumb four people and planned will backfire becuase of 3 unprepared sons] 😭 πŸ€·β€β™€οΈ
1
star