Skip to content

adamriaz/glasgow-live

Repository files navigation

Glasgow Live

PyPI version codecov

A python module for news feeds from https://www.glasgowlive.co.uk/

Installation

pip install glasgow-live

Requires

  • feedparser

Module Usage

from glasgow_live import feed, rss_links

rss = feed.rss_feed(rss_links.GLASGOW_NEWS)