Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created February 6, 2019 21:03
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 mottet-dev/26450e4094f89226bd66f4ca9c0066ca to your computer and use it in GitHub Desktop.
Save mottet-dev/26450e4094f89226bd66f4ca9c0066ca to your computer and use it in GitHub Desktop.
Real Time Scraper - Args
parser = reqparse.RequestParser()
parser.add_argument('term', required=True, help='A search term needs to be provided')
args = parser.parse_args()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment