-
Notifications
You must be signed in to change notification settings - Fork 4
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
Export the results to csv #2
Comments
I thought about it but it's not trivial to have the results flatten but keeping them readable. I don't think a CSV is the best format for that. JSON is probably more readable and easier, and if you want a CSV you can always build one from the JSON output. You can access the API here for example http://wikiwatchdog.com/watchdog.py?domain=cia.gov What do you think? In the case you still prefer a CSV, which information would you like in there? Which would be a possible header you'd like? |
Thanks for the link, I was wondering how to access the API. Maybe you could add a link to each result with the JSON file in the web interface? I can fill another issue. I like all the information the JSON file gives, is fine for me :) |
One more question, how can I access to the JSON for different languages than English? |
Short answer: use the "lang" option like http://wikiwatchdog.com/watchdog.py?domain=cia.gov&lang=it Longer answer: You can find a complete explanation by clicking on the "More info..." link in the main page (right column) http://wikiwatchdog.com/ About the link you can easily compute it http://wikiwatchdog.com/#!search/:lang/:domain/:pageid/:revisionid |
It would be awesome to export the results of our queries to a csv file, just in case :)
The text was updated successfully, but these errors were encountered: