Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.41 KB

README.md

File metadata and controls

37 lines (28 loc) · 2.41 KB

Generate RSS feeds for CS2 news Generate RSS feeds for CS2 updates

Counter-Strike RSS-Feed Repository

This repository provides a collection of RSS feeds for news and updates on the new Counter-Strike website, which is updated several times a day as the new website unfortunately lacks this feature.

Using Github Workflows, the website is checked for new entries every 4 hours. The RSS feeds are only updated when there are actually new entries to reduce repository noise.

Updating the updates feed requires only one request to the website.
Updating the news feed requires 16 requests to the website.

Available RSS-Feeds

News

Updates

Notes:

  • Valve does not localize all of their blog/update posts immediately.
    • Translations are partly driven by the community and may be available at a later date.
  • Time information on the website is generally not localized.
    • When running the python scripts locally, you may have issues parsing dates.

Contribution Guidelines

There are currently no contributing guidelines, but I am open to any kind of improvements.
In order to contribute to the project, please follow the GitHub Standard Fork & Pull Request Workflow

Note: Do not make direct changes to *.xml files in the feeds directory.

Acknowledgements