Skip to content

Instantly share code, notes, and snippets.

View coreyhermanson's full-sized avatar

Corey Hermanson coreyhermanson

  • Dallas, TX
View GitHub Profile
@coreyhermanson
coreyhermanson / easyURLconcat.py
Created June 30, 2016 16:22
Python script to generate search result page URLs
#!/usr/bin/env python
import pyperclip
import sys
"""
Example output for below configuration, pasted to your Clipboard:
http://www.exampledomain.com/all-stories/?page=1
http://www.exampledomain.com/all-stories/?page=2
http://www.exampledomain.com/all-stories/?page=3