Skip to content

Instantly share code, notes, and snippets.

@BernardOng
Created August 22, 2016 00:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BernardOng/3adbd8eeb5fc1e6aef5e3d95b71e0986 to your computer and use it in GitHub Desktop.
Save BernardOng/3adbd8eeb5fc1e6aef5e3d95b71e0986 to your computer and use it in GitHub Desktop.
def buildURL(self, keyword, page):
# Build URL from keyword and page numbers
params = 's/rh=n%3A133140011%2Ck%3A' + str(keyword) + '&page=' + str(int(page))
return self.AMZ_ROOT + params
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment