Skip to content

Instantly share code, notes, and snippets.

@altwitt
Last active December 2, 2019 19:52
Show Gist options
  • Save altwitt/b5bce72bf9858532a71abaaa7673a611 to your computer and use it in GitHub Desktop.
Save altwitt/b5bce72bf9858532a71abaaa7673a611 to your computer and use it in GitHub Desktop.
TOP = ["http://geoawesomeness.com/feed", "https://motherboard.vice.com/en_us/rss?trk_source=motherboard",
"https://www.gislounge.com/feed"]
rss = {
"NEWS": [
"https://motherboard.vice.com/en_us/rss?trk_source=motherboard",
"https://www.theatlantic.com/feed/notes/",
"https://www.wired.com/category/science/feed",
"https://phys.org/rss-feed/",
"http://feeds.sciencedaily.com/sciencedaily/computers_math/computer_science",
"http://newsoffice.mit.edu/rss/topic/computers",
'http://doingthatwrong.com/?format=rss',
'http://www.pydanny.com/feeds/all.atom.xml',
'http://www.blog.pythonlibrary.org/feed/',
'https://realpython.com/atom.xml',
'http://www.snarky.ca/feed',
'http://planetpython.org/rss20.xml',
'https://hackaday.com/blog/feed/',
'http://planet.ubuntu.com/rss20.xml',
'http://www.ianww.com/blog/rss/',
'http://dave.cheney.net/feed'
],
"GIS": [
"https://www.gislounge.com/feed",
"http://gisgeography.com/feed",
"http://www.digital-geography.com/feed",
"http://blog.gisuser.com/?feed=rss2",
"http://geohipster.com/feed",
"http://geoawesomeness.com/feed",
"https://boundlessgeo.com/blog/feed",
"https://www.geospatialworld.net/feed",
"http://geoinformatics.com/feed",
"http://grindgis.com/feed",
"http://www.opengeospatial.org/blog/feed",
"http://feeds.feedburner.com/EIJournal",
"https://carto.com/blog/feed.xml",
"http://www.ae2s.com/gisblog/feed",
"https://pythonspeed.com/atom.xml"
],
"Python": [
"feed://changelog.com/tagged/python/feed/",
"http://planetpython.org/rss20.xml",
"https://pypi.python.org/pypi?%3Aaction=packages_rss",
"https://realpython.com/atom.xml",
"https://www.podcastinit.com/feed/mp3/",
"https://www.programiz.com/python-programming/rss.xml",
"http://feeds.feedburner.com/Pycharm",
"https://pycoders.com/feed/planetpython",
"https://stackabuse.com/tag/python/rss/"
],
"reddit": [
"https://www.reddit.com/r/chaosmagick/.rss",
"https://www.reddit.com/r/coding/.rss",
"https://www.reddit.com/r/geospatial/.rss",
"https://www.reddit.com/r/hackernews/.rss",
"https://www.reddit.com/r/magick/.rss",
"https://www.reddit.com/r/Meditation/.rss",
"https://www.reddit.com/r/occult/.rss",
"https://www.reddit.com/r/QGIS/.rss",
"https://www.reddit.com/r/taoism/.rss",
"https://www.reddit.com/r/webdev/.rss",
"https://www.reddit.com/r/wimhofmethod/.rss"
],
"Spatial Organizations": ["https://orbitalinsight.com/blog/feed/",
"https://www.planet.com/pulse/rss" ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment