Skip to content

Instantly share code, notes, and snippets.

View kamon's full-sized avatar
🎯
Learning more on these APIs: Icinga2, Jira, Twilio

Kamon Ayeva kamon

🎯
Learning more on these APIs: Icinga2, Jira, Twilio
View GitHub Profile
@kamon
kamon / free_reader.py
Created February 28, 2018 17:32 — forked from berinhard/free_reader.py
Um leitor gratuito para jornais
import requests
import sys
import textwrap
from lxml.html import document_fromstring
from optparse import OptionParser
from urllib.parse import urlparse
class FolhaSpParser(object):