Horoscope API - Python
Horoscope API with Python 🐍
Integrate Horoscope API into your Python application.
Installation
pip install vedika
Example Code
import vedika
client = vedika.Client("YOUR_API_KEY")
result = client.horoscope(
datetime="1990-05-15T10:30:00+05:30",
latitude=28.61,
longitude=77.21
)
print(result)