Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 572 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 572 Bytes

Retrieving and saving SMS sent to a popular italian radio station.

SMS are downloaded from the web page of the radio.

Dependencies:

  • SQLAlchemy: SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
  • BeautifulSoup: Beautiful Soup is a Python HTML/XML parser designed for quick turnaround projects like screen-scraping
  • Twiggy: A more Pythonic logger
  • Python2.6+