Skip to content

Instantly share code, notes, and snippets.

@intv0id
Last active October 27, 2017 13:42
Show Gist options
  • Save intv0id/604b8df47380519645b0e1dc4fcb0b58 to your computer and use it in GitHub Desktop.
Save intv0id/604b8df47380519645b0e1dc4fcb0b58 to your computer and use it in GitHub Desktop.
[Data mining] An example script for data mining with BeautifulSoup in Python #BeautifulSoup #Urllib #Python
#!/bin/env python3
#! encoding: utf-8
import urllib.requests as ul2
from bs4 import BeautifulSoup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment