-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Horoscope plugin's HTML scraping no longer matches the page we scrape #199
Comments
I think we should switch away from html scraping if possible. It looks like there are a few api's available this was the top google hit and it it seems like it could work: https://github.com/tapasweni-pathak/Horoscope-API |
Thats a web frontend for https://testpypi.python.org/pypi/horoscope, which On Fri, Oct 16, 2015 at 1:24 AM, Andy Edwards [email protected]
|
If there is no free api maybe horoscope gets dropped since maintaining an HTML scraping plugin can be pretty burdensome. |
For what it's worth, here's an updated version of the plugin, but where to go from here is debatable, if we should just keep supporting this site or not.
|
Switch all table creation to new sqlalchemy table structure
…stock-plugin Rewrite stock.py to use AlphaVantage API
We HTML scrape from a site and that site changed their HTML such that the fields we were using previously no longer match the classes we use in horoscope.py, resulting in us not being able to find a sign and returning an error no matter what.
The text was updated successfully, but these errors were encountered: