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
| # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 | |
| """This reads the news for google news.""" | |
| import feedparser,requests,json,urllib,urllib2 | |
| tech = """https://news.google.com/news/section?pz=1&cf=all&ned=us&hl=en&topic=tc&output=rss""" | |
| archNewsUrl = """https://www.archlinux.org/feeds/news/""" | |
| hadUrl = """http://feeds2.feedburner.com/hackaday/LgoM""" | |
| mlvUrl= """http://makelehighvalley.com/blog/feed/""" | |
| h76Url = """http://feeds.feedburner.com/Hive76""" | |
| crackedUrl = """http://feeds.feedburner.com/CrackedRSS""" |
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
| """This script is an example of simple read and write functions to a spreadsheet. One may import these features | |
| into their own programs or use them as an example for using the COM interface in Python. | |
| This is quite possibly the most useful code I have ever written to facilitate automated testing or code | |
| generation in a windows environment. Please let me know where this code gets used so I can keep a small | |
| record of other people it has helped =D. | |
| Writen by William Christensen, wirewc@gmail.com | |
| """ |
NewerOlder