It is currently March 28th, 2024, 3:37 pm

Create an RSS reader

Get help with creating, editing & fixing problems with skins
Post Reply
User avatar
Mortedark
Posts: 2
Joined: February 5th, 2017, 11:23 pm

Create an RSS reader

Post by Mortedark »

Hi !

I search possibility to create an RSS Reader of Overwatch News.
(I have any basical experiance with files .ini but I trying watch forums to learn it but my source code won't work :? )

The RSS Url : http://www.overpwn.com/news.rss

My source code:

Code: Select all

Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=3600
URL="http://www.overpwn.com/news.rss"
RegExp="(?siU)<?xml version="(.*)">.*<rss xmlns:a10="http://www.w3.org/2005/Atom" version="(.*)">.*<channel>(.*)</channel>.*<title>(.*)</title>.*<link>(.*)</link>.*"
Where I can learn to finish it ? Where I can found the tip ?

Thank you
Mortedark

Ps : If you have difficult for understand my english, tell me every* questions.
Last edited by Mortedark on February 14th, 2017, 8:11 pm, edited 1 time in total.
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy
Contact:

Re: Create an RSS reader

Post by fonpaolo »

Not sure if you've already read the Rainmeter documentation, so I post a link: RSS Feed Tutorial.
User avatar
FreeRaider
Posts: 826
Joined: November 20th, 2012, 11:58 pm

Re: Create an RSS reader

Post by FreeRaider »

User avatar
Mortedark
Posts: 2
Joined: February 5th, 2017, 11:23 pm

Re: Create an RSS reader

Post by Mortedark »

Thanks you very mutch guys ^^
Post Reply