Last active
October 27, 2017 13:42
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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