sandipbgt/astrosage-api ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Flask API that can fetch horoscope content from astrosoage.com and also send the horoscope to a phone number as an SMS through Twilio.
I want it to be simple to run locally with one command, and ready to deploy too. It should expose an endpoint to view the horoscope in the browser or as JSON, and another way to trigger sending it by text message. Please include basic setup instructions, clear config for Twilio credentials, and a clean app entry point so I can start it with gunicorn.
If you need to check the current docs for Flask or Twilio while wiring it up, go ahead and look them up online. Keep the code easy to understand, and make sure the app works end to end with a basic demo route so I can test it right away.
Are you gonna build this?
make sure you review the code using coderabbit