From ed2d93ee95f4828573c1834dd8902099ae8be0b2 Mon Sep 17 00:00:00 2001 From: Eiko Wagenknecht Date: Thu, 31 Mar 2022 14:31:45 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 99be5405..11538060 100644 --- a/README.md +++ b/README.md @@ -12,20 +12,18 @@ This Python (3.10+) application uses Selenium to automatically visit sites with You can either run this script locally on your computer or in any environment capable of running a Docker container. -Just want the feeds? Sure. You can use the links below. They are updated every 20 minutes and contain offers for Amazon Prime (games and ingame loot), Epic Games (games only) and Steam (games only). Currently the following feeds are available: +Just want the feeds? Sure. You can use the links below. They are updated every 20 minutes. +- Amazon Prime ([games](https://feed.phenx.de/lootscraper_amazon_game.xml) and [ingame loot](https://feed.phenx.de/lootscraper_amazon_loot.xml)) +- [Epic Games (games only)](https://feed.phenx.de/lootscraper_epic_game.xml) +- [Gog (games only)](https://feed.phenx.de/lootscraper_gog_game.xml) +- [Steam (games only)](https://feed.phenx.de/lootscraper_steam_game.xml) -- : Everything -- : Epic games only -- : Amazon Prime games only -- : Amazon Prime ingame loot only -- : Steam games only +If you want everything in one feed, use [this link](https://feed.phenx.de/lootscraper.xml). If you want to get the offers by email instead, you can use free services like or to convert from RSS to email. This is what it currently looks like in Feedly: ![image](https://user-images.githubusercontent.com/1475672/160145960-248c5cbf-3db1-4a64-ac8c-676b1ffb57b9.png) -If you want to get the offers by email instead, you can use free services like or . - ## State This project is still in ongoing development, so expect a few rough edges if you try to run it yourself. If you encounter any problems feel free to open an issue here and I'll try to help.