https://github.com/nhoad/steamnews
Steam game news syndicator. Turns news for games into an RSS feed
https://github.com/nhoad/steamnews
Last synced: 9 months ago
JSON representation
Steam game news syndicator. Turns news for games into an RSS feed
- Host: GitHub
- URL: https://github.com/nhoad/steamnews
- Owner: nhoad
- License: other
- Created: 2014-01-28T13:29:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T09:32:54.000Z (over 9 years ago)
- Last Synced: 2025-05-30T00:58:20.836Z (about 1 year ago)
- Language: Python
- Homepage: http://getoffmalawn.com/steamnews/
- Size: 1.98 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
steamnews, a Python script for syndicating Steam game news in Atom format,
readable by all good news readers.
Feeds are available at http://getoffmalawn.com/steamnews/. Feel free to use it
for your own thing, if you want. See LICENSE file.
Written in Python 3 using the following libraries;
- asyncio (asynchronous I/O...)
- bbcode (rendering article bodies)
- jinja2 (atom XML rendering)
Steam is really inconsistent in its article formats (HTML sometimes, bbcode
other times... probably more.) so it's kind of hard to make things look great
all the time. If you find any issues, let me know so I can take a look at them and try to normalise them.