Metadata-Version: 2.1
Name: gamingonlinux-rss
Version: 0.2.0
Summary: Full article RSS of the GamingOnLinux website
Home-page: https://github.com/lyz-code/gamingonlinux-rss
Author-Email: Lyz <lyz-code-security-advisories@riseup.net>
License: GPL-3.0-only
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Utilities
Classifier: Natural Language :: English
Project-URL: Issues, https://github.com/lyz-code/gamingonlinux-rss/issues
Project-URL: Homepage, https://github.com/lyz-code/gamingonlinux-rss
Project-URL: Documentation, https://lyz-code.github.io/gamingonlinux-rss
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4>=4.11.1
Requires-Dist: tenacity>=8.0.1
Requires-Dist: pydantic!=1.10.0,!=1.10.1,>=1.9.1
Requires-Dist: jinja2>=3.1.2
Requires-Dist: click>=8.1.3
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: requests>=2.28.0
Description-Content-Type: text/markdown

# GamingOnLinux RSS

[![Actions Status](https://github.com/lyz-code/gamingonlinux-rss/workflows/Tests/badge.svg)](https://github.com/lyz-code/gamingonlinux-rss/actions)
[![Actions Status](https://github.com/lyz-code/gamingonlinux-rss/workflows/Build/badge.svg)](https://github.com/lyz-code/gamingonlinux-rss/actions)
[![Coverage Status](https://coveralls.io/repos/github/lyz-code/gamingonlinux-rss/badge.svg?branch=main)](https://coveralls.io/github/lyz-code/gamingonlinux-rss?branch=main)

Full article RSS of the GamingOnLinux website.

Some months ago, GamingOnLinux decided to reduce the quality of their public RSS
so that users support them to get the good RSS feed. It's important to support
the content creators, so if you can, [please
do](https://www.gamingonlinux.com/support-us/), if you are not able to do so,
you can use [this alternate
RSS](https://raw.githubusercontent.com/lyz-code/gamingonlinux-rss/main/rss.xml) created with this
program.

Features:

* Create entries with images.
* Change youtube videos to [indivious](https://invidious.io/A) ones.

## Installing

```bash
pip install gamingonlinux-rss
```

## Usage

```bash
$: gaminonlinux --help

Usage: gamingonlinux [OPTIONS] RSS_PATH RSS_URL

Options:
  --version                   Show the version and exit.
  -n, --max-articles INTEGER
  -v, --verbose
  --help                      Show this message and exit.

$: gaminonlinux rss.xml https://lyz-code.github.io/gamingonlinux-rss/rss.xml
```

## Contributing

For guidance on setting up a development environment, and how to make
a contribution to *gamingonlinux-rss*, see [Contributing to
gamingonlinux-rss](https://lyz-code.github.io/gamingonlinux-rss/contributing).

## Donations

<noscript><a href="https://liberapay.com/Lyz/donate"><img alt="Donate using
Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
or
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/T6T3GP0V8)

If you are using some of my open-source tools, have enjoyed them, and want to
say "thanks", this is a very strong way to do it.

If your product/company depends on these tools, you can sponsor me to ensure I
keep happily maintaining them.

If these tools are helping you save money, time, effort, or frustrations; or
they are helping you make money, be more productive, efficient, secure, enjoy a
bit more your work, or get your product ready faster, this is a great way to
show your appreciation. Thanks for that!

And by sponsoring me, you are helping make these tools, that already help you,
sustainable and healthy.

## License

GPLv3
