MMCleaner cleans up theweathernetwork.com page and displays minimal information.
Current features:
- "Short Term" and "Long Term" forecasts merged on single page
- specify which city via url (ip:port/cityCode)
- lines containing "Snow" are bold
Clone
$ git clone git://github.com/druneau/MMCleaner.git
start the server:
$ python app.py
default port is 4444
- Python (Any python 3+ should work)
- CherryPy ==3.6.0
- BeautifulSoup4 ==4.3.2
- Bottle ==0.12.7