Quick Media Solutions
Login
Register
Home
Stack.PY Suggested Edits Example
Stack.PY Suggested Edits Example
Nathan Osman — 12 years, 1 month ago
import
stackpy
# Create a Site object for Ask Ubuntu
au
=
stackpy
.
Site
(
'askubuntu'
)
# Loop through the suggested edits
for
e
in
au
.
suggested_edits
:
print
'http://askubuntu.com/review-beta/suggested-edits/
%s
'
%
e
.
suggested_edit_id