-
Notifications
You must be signed in to change notification settings - Fork 31
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
Added XML response to web.py #26
Conversation
Fixes #18. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The code is oddly indented,
Function scrape has a tabular indentation, where as request has spacial indentation.
I have converted tabs to spaces using the online edit option but when I view the changes online, it still shows 8 tabs. |
Hey @invinciblycool See if this helps you? http://paste.ubuntu.com/25679718/ Also, in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @invinciblycool All looks good from my side.
It would be great if you could update the usage documentation. 😄
hackr/web.py
Outdated
from xml.etree.ElementTree import tostring | ||
|
||
import requests | ||
from xmljson import badgerfish as bf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
xmljson
needs to be mentioned in the requirements file. Can you please update it?
Sorry but I had messed up my remote branch. |
No description provided.