Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created February 6, 2019 21:03
Embed
What would you like to do?
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