Can I create such a list which consist of lastest 10 items?

haydar

New member
Check a web site's html code, extract a text in it, put it in a list (previous posted item list) and share it on Telegram. Each time when this macro runs and find a new item, compare whatever it exsists on that list or not, if it doesnt exsist, post it and put it in the same list.

Can I create such a list which consist of lastest 10 items?

I can do it "item!=previousitem" function for one old item. But i want to that for a list of item. Do you think is it possible?
 

haydar

New member
I can get (extract) text from html content, it is ok. Just I dont know how to put them on a list and compare to items on list.

For instance;

I get title from this rss feed and post it on telegram successfully. But it somestimes send old titile items as well. I dont want that.
 

Jacob L

Moderator (Lawsonator)
Would you be able to send what you've got so far to save me some time then I can have a look for you
 

haydar

New member
Here it is. I want that same title wont be posted twice. But it sometimes doesnt work and send same title.
 

Attachments

  • SAMPLE.macro
    8.5 KB · Views: 15

haydar

New member
Thanks a lot, my friend. I will try to figure out how your macro runs extacly by reviewing macro logs 🙂 It seems that old titles never escape my constriant again.
 
Top