revamped the wikipedia project
[wikipedia-api-cdsw] / wikipedia1-1.py
similarity index 76%
rename from wikipedia-raw1.py
rename to wikipedia1-1.py
index 05222a2ffd55b3ae59ae2c17f344dc3f5e869207..ca021d199a9007b281969694896706df5a3913d2 100644 (file)
@@ -1,6 +1,6 @@
 import requests
 
-wp_call = requests.get('https://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Main_Page&rvlimit=100&rvprop=timestamp|user&format=json')
+wp_call = requests.get('https://en.wikipedia.org/w/api.php?action=query&prop=revisions&titles=Python_(programming_language)&rvlimit=100&rvprop=timestamp|user&continue=&format=json')
 
 response = wp_call.json()
 

Benjamin Mako Hill || Want to submit a patch?