AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

RSS_AHK

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
garry



Joined: 19 Apr 2005
Posts: 1030
Location: switzerland

PostPosted: Sat Feb 10, 2007 5:08 pm    Post subject: RSS_AHK Reply with quote

MODIFIED=20071105
can select for english or german forum
----------------------------------------------------------------------

I've used this as newsreader
start, minimize
see the three last messages in a small window, start them when click left/middle/right
can close it , it appears when message changes
searched thread checked
some buttons/links to user and download autohotkey when changed

----------------------------------------------------------------

DOWNLOAD:
http://www.autohotkey.net/~garry/RSS_NWSAHK2.AHK



Last edited by garry on Mon Nov 05, 2007 9:36 pm; edited 4 times in total
Back to top
View user's profile Send private message
jonny



Joined: 13 Nov 2004
Posts: 3004
Location: Minnesota

PostPosted: Sat Feb 10, 2007 5:24 pm    Post subject: Reply with quote

Wow, I never even knew this forum had an RSS feed. Shocked

Great script, I'm sure some will find it useful if they don't already have a newsreader they like (I do).
Back to top
View user's profile Send private message
majkinetor !
Guest





PostPosted: Sat Feb 10, 2007 6:36 pm    Post subject: Reply with quote

jonny wrote:
Wow, I never even knew this forum had an RSS feed.

Not the first epic thing you missed so far Razz

Laughing
Back to top
tonne



Joined: 06 Jun 2006
Posts: 1159
Location: Denmark

PostPosted: Sat Feb 10, 2007 7:41 pm    Post subject: Reply with quote

Wow!

Ever considered using the integrated IE control (http://www.autohotkey.com/forum/viewtopic.php?t=15885)

Got an error when using firefox as browser (line 547):
Quote:
---------------------------
rss.ahk
---------------------------
Error: Failed attempt to launch program or document:
Action: <http://www.autohotkey.com/forum/viewtopic.php?p=105011#105011>
Params: <>

The current thread will exit.

Specifically: File not found (translated from danish)



Line#
534: IfInString,LRL,Posted:
535: {
536: StringMid,dates,LRL,9,22
537: FileAppend,%DNA%%DN1%;%JN1%;%names%;%dates%

,%F4%
538: }
541: }
542: Return
---> 547: Run,%C2%
548: Return
553: {
554: StringLen,StringLen,String
555: LCnt := FieldLen-StringLen
556: Loop,LCnt
557: Appended := (Appended . ToAppend)
558: if Justification = R

---------------------------
OK
---------------------------


It load the topic in a new tab anyway.
_________________
there's a dog barking close within the range of my ear
sounds like he wants to escape the chain
he would probably bite me to death if he could
but the chain lets me spit in his face

- Kashmir
Back to top
View user's profile Send private message
garry



Joined: 19 Apr 2005
Posts: 1030
Location: switzerland

PostPosted: Sun Feb 11, 2007 12:37 am    Post subject: Reply with quote

hello Tonne,
can you find the solution ?

had another failure in part version-check, have corrected
MODIFIED=2007-02-11
corrected line 254, Version-check
URLDownloadToFile,%F11%,%F12% (F12 instead of F2)
Back to top
View user's profile Send private message
tonne



Joined: 06 Jun 2006
Posts: 1159
Location: Denmark

PostPosted: Sun Feb 11, 2007 11:36 am    Post subject: Reply with quote

Something is rotten in the state of Denmark!
I think it must be some problem on my laptop (which are due for demolition mid february anyway) i get the same error trying to run the same link with start/run.
_________________
there's a dog barking close within the range of my ear
sounds like he wants to escape the chain
he would probably bite me to death if he could
but the chain lets me spit in his face

- Kashmir
Back to top
View user's profile Send private message
Zed Gecko



Joined: 23 Sep 2006
Posts: 98

PostPosted: Sun Feb 11, 2007 11:39 am    Post subject: Reply with quote

Very nice thing that, a real ahk-portal Wink

But you could have saved a lot of coding, if u had used Titans XML-Read function.

Check this RSS-Reader, to see how easy it gets:
http://www.autohotkey.com/forum/viewtopic.php?t=13483
Back to top
View user's profile Send private message
garry



Joined: 19 Apr 2005
Posts: 1030
Location: switzerland

PostPosted: Sun Feb 11, 2007 2:08 pm    Post subject: Reply with quote

@tonne, can you find the problem ?
I've removed useless goto's
@Zed Gecko, thanx for the link and example
I'll should work on it, I'll try again
have some ideas and I know you can make a better script, I'm not good in programming
also not understanding regex, dllcall
just correct these scripts or make a new example
Back to top
View user's profile Send private message
garry



Joined: 19 Apr 2005
Posts: 1030
Location: switzerland

PostPosted: Mon Nov 05, 2007 9:49 pm    Post subject: Reply with quote

script changed
can use also for the german forum (settings)
Back to top
View user's profile Send private message
Razlin



Joined: 05 Nov 2007
Posts: 370
Location: canada

PostPosted: Tue Aug 19, 2008 5:56 pm    Post subject: Reply with quote

I was looking for an RSS reader in ahk and noticed one of my first questions in ahk was posted in the screenshot.

kinda cool.
_________________
-=Raz=-
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group