Skip to content

Instantly share code, notes, and snippets.

View gwengullett's full-sized avatar

Gwen gwengullett

View GitHub Profile
@gwengullett
gwengullett / pyqt5_scraper.py
Created January 7, 2021 17:46 — forked from brbsix/pyqt5_scraper.py
PyQt5 Scraper (Basic Example)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
Sample scraper script
See: https://impythonist.wordpress.com/2015/01/06/ultimate-guide-for-scraping-javascript-rendered-web-pages/
"""
# standard imports
import sys