Advertisement
jsbsan

importacion

Oct 9th, 2014
1,005
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.16 KB | None | 0 0
  1. #!/usr/bin/env python
  2. #hay que instalar el paquete.. python-request y python-urllib3
  3. import requests
  4. from lxml import html
  5. from io import BytesIO
  6. import sys
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement